mirror of
https://github.com/achlipala/frap.git
synced 2024-11-10 00:07:51 +00:00
Change precedence of map includes operator according to spring 21 TODO
This commit is contained in:
parent
955fd59327
commit
b2eafc94bf
1 changed files with 1 additions and 1 deletions
2
Map.v
2
Map.v
|
@ -20,7 +20,7 @@ Module Type S.
|
||||||
Infix "$-" := remove (at level 50, left associativity).
|
Infix "$-" := remove (at level 50, left associativity).
|
||||||
Infix "$++" := join (at level 50, left associativity).
|
Infix "$++" := join (at level 50, left associativity).
|
||||||
Infix "$?" := lookup (at level 50, no associativity).
|
Infix "$?" := lookup (at level 50, no associativity).
|
||||||
Infix "$<=" := includes (at level 90).
|
Infix "$<=" := includes (at level 75).
|
||||||
|
|
||||||
Parameter dom : forall A B, fmap A B -> set A.
|
Parameter dom : forall A B, fmap A B -> set A.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue