File tree 1 file changed +1
-2
lines changed
docs/docs/reference/metaprogramming
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ introduce the following fundamental facilities:
18
18
runtime code generation (multi-stage programming).
19
19
20
20
2 . [ Compile-time ops] ( ./compiletime-ops.md ) are helper definitions in the
21
- standard library that provide support for compile-time operations over values.
21
+ standard library that provide support for compile-time operations over values and types .
22
22
23
23
3 . [ Macros] ( ./macros.md ) are built on two well-known fundamental
24
24
operations: quotation and splicing. Quotation converts program code to
@@ -44,4 +44,3 @@ introduce the following fundamental facilities:
44
44
6 . [ TASTy Inspection] ( ./tasty-inspect.md ) Typed abstract syntax trees are serialized
45
45
in a custom compressed binary format stored in ` .tasty ` files. TASTy inspection allows
46
46
to load these files and analyze their content's tree structure.
47
-
You can’t perform that action at this time.
0 commit comments