Closed andrejbauer closed 4 years ago
The syntax is meta x or meta _.
meta x
meta _
In checking-mode only meta x creates a fresh meta-variable whose name is derived from x and whose boundary is the checking boundary.
x
Future extensions can add additional support. Right now, once a meta-variable is created, it can never be removed.
The syntax is
meta x
ormeta _
.In checking-mode only
meta x
creates a fresh meta-variable whose name is derived fromx
and whose boundary is the checking boundary.Future extensions can add additional support. Right now, once a meta-variable is created, it can never be removed.