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 591edbe commit 98164f8Copy full SHA for 98164f8
docs/docs/reference/metaprogramming/macros-spec.md
@@ -90,7 +90,7 @@ Separator * ::= '
90
The two environment combinators are both associative with left and
91
right identity `()`.
92
93
-### Operational semantics:
+### Operational semantics
94
95
We define a small step reduction relation `-->` with the following rules:
96
```
@@ -111,6 +111,7 @@ splice evaluation context `e_s` are defined syntactically as follows:
111
Eval context e ::= [ ] | e t | v e | 'e_s[${e}]
112
Splice context e_s ::= [ ] | (x: T) => e_s | e_s t | u e_s
113
114
+
115
### Typing rules
116
117
Typing judgments are of the form `Es |- t: T`. There are two
0 commit comments