We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dd0a3d commit e236eb2Copy full SHA for e236eb2
docs/docs/reference/metaprogramming/toc.md
@@ -35,7 +35,7 @@ introduce the following fundamental facilities:
35
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`
+ type is a form of typed abstract syntax tree, which gives rise to the `TASTy`
39
moniker.
40
41
5. [TASTy Inspection](./tasty-inspect.md) Typed abstract syntax trees are serialized
0 commit comments