Skip to content

Commit 7d30fc8

Browse files
Add mention of compile-time operations on types
Co-authored-by: Nicolas Stucki <[email protected]>
1 parent 793372e commit 7d30fc8

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

docs/docs/reference/metaprogramming/toc.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ introduce the following fundamental facilities:
1818
runtime code generation (multi-stage programming).
1919

2020
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.
2222

2323
3. [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:
4444
6. [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-

0 commit comments

Comments
 (0)