File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
docs/docs/reference/metaprogramming Expand file tree Collapse file tree 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:
1818 runtime code generation (multi-stage programming).
1919
20202 . [ 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 .
2222
23233 . [ Macros] ( ./macros.md ) are built on two well-known fundamental
2424 operations: quotation and splicing. Quotation converts program code to
@@ -44,4 +44,3 @@ introduce the following fundamental facilities:
44446 . [ TASTy Inspection] ( ./tasty-inspect.md ) Typed abstract syntax trees are serialized
4545 in a custom compressed binary format stored in ` .tasty ` files. TASTy inspection allows
4646 to load these files and analyze their content's tree structure.
47-
You can’t perform that action at this time.
0 commit comments