Implement "dot patterns" in rewrite #11
Labels
enhancement
New feature or request
priority: medium
scope: elaboration
scope: surface
scope: syntax
scope: tactics
Example:
For
given an expression
sym p
, currently we have to writerewrite (_ _ _ _ _ β) h
to rewrite
p
viah
.I'd want it to look like this:
sym {_} {_} {_} β
instead, or bettersym β
(via #10)The text was updated successfully, but these errors were encountered: