mirror of
https://github.com/achlipala/frap.git
synced 2024-11-10 00:07:51 +00:00
Add [first_order]
This commit is contained in:
parent
53925f1a1f
commit
218bb2fcf0
1 changed files with 2 additions and 0 deletions
2
Frap.v
2
Frap.v
|
@ -83,3 +83,5 @@ Infix "==n" := eq_nat_dec (no associativity, at level 50).
|
|||
Export Frap.Map.
|
||||
|
||||
Ltac maps_equal := Frap.Map.M.maps_equal; simplify.
|
||||
|
||||
Ltac first_order := firstorder idtac.
|
||||
|
|
Loading…
Reference in a new issue