Skip to content

Commit 50d8896

Browse files
Update toc.md
1 parent f377ddb commit 50d8896

File tree

1 file changed

+2
-4
lines changed
  • docs/docs/reference/metaprogramming

1 file changed

+2
-4
lines changed

docs/docs/reference/metaprogramming/toc.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,8 @@ introduce the following fundamental facilities:
3333

3434
4. [Quote Reflection](./quote-reflection.md) Quotations are a "black-box"
3535
representation of code. They can be parameterized and composed using
36-
splices, but their structure cannot be analyzed from the outside. TASTy
37-
reflection gives a way to analyze code structure by partly revealing the representation type of a piece of code in a standard API. The representation
38-
type is a form of typed abstract syntax tree, which gives rise to the `TASTy`
39-
moniker.
36+
splices, but their structure cannot be analyzed from the outside. Quote
37+
reflection gives a way to analyze code structure by partly revealing the representation type of a piece of code in a standard API.
4038

4139
5. [TASTy Inspection](./tasty-inspect.md) Typed abstract syntax trees are serialized
4240
in a custom compressed binary format stored in `.tasty` files. TASTy inspection allows

0 commit comments

Comments
 (0)