File tree 1 file changed +2
-2
lines changed
docs/docs/reference/metaprogramming
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ quotation.
60
60
61
61
Quotes and splices can also be applied directly to identifiers. An identifier
62
62
` $x ` starting with a ` $ ` that appears inside a quoted expression or type is treated as a
63
- splice ` ${x} ` . Analogously, an quoted identifier 'x that appears inside a splice
63
+ splice ` ${x} ` . Analogously, an quoted identifier ` 'x ` that appears inside a splice
64
64
is treated as a quote ` '{x} ` . See the Syntax section below for details.
65
65
66
66
Quotes and splices are duals of each other. For arbitrary
@@ -110,7 +110,7 @@ allowed everywhere.
110
110
111
111
The phase consistency principle can be motivated as follows: First,
112
112
suppose the result of a program ` P ` is some quoted text `'{ ... x
113
- ... }` that refers to a free variable ` x` in ` P` This can be
113
+ ... }` that refers to a free variable ` x` in ` P`. This can be
114
114
represented only by referring to the original variable ` x ` . Hence, the
115
115
result of the program will need to persist the program state itself as
116
116
one of its parts. We don’t want to do this, hence this situation
You can’t perform that action at this time.
0 commit comments