Russoul/Nova

Implement "dot patterns" in rewrite

Russoul opened this issue ยท 0 comments

Example:

For

sym : {A : ๐•Œ} โ†’ {x y : A} โ†’ (p : x โ‰ก y โˆˆ A) โ†’ (y โ‰ก x โˆˆ ?)

given an expression sym p, currently we have to write
rewrite (_ _ _ _ _ โ˜) h
to rewrite p via h.
I'd want it to look like this: sym {_} {_} {_} โ˜ instead, or better sym โ˜ (via #10)