Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement "dot patterns" in rewrite #11

Open
Russoul opened this issue Dec 8, 2023 · 0 comments
Open

Implement "dot patterns" in rewrite #11

Russoul opened this issue Dec 8, 2023 · 0 comments

Comments

@Russoul
Copy link
Owner

Russoul commented Dec 8, 2023

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)

@Russoul Russoul changed the title Implement "dot patterns" in reduce/rewrite Implement "dot patterns" in rewrite Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant