Skip to content

Commit

Permalink
fix: typo in binder (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vtec234 authored Nov 3, 2023
1 parent a387c0e commit 3962012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ because `α` is not a type.
Maybe something like this:
```lean
def turnExistsIntoForall : Q(Prop) → MetaM Q(Prop)
| ~q(∃ x, p x) => do
| ~q(∃ x, $p x) => do
q(∀ x, $(x => turnExistsIntoForall q($p $x)))
| e => e
```
Expand Down

0 comments on commit 3962012

Please sign in to comment.