mirror of
https://github.com/achlipala/frap.git
synced 2024-11-30 16:16:19 +00:00
Sets: change parsing precedence
This commit is contained in:
parent
512f585d90
commit
132ac914e4
1 changed files with 1 additions and 1 deletions
2
Sets.v
2
Sets.v
|
@ -40,7 +40,7 @@ Notation "{ x1 , .. , xN }" := (constant (cons x1 (.. (cons xN nil) ..))).
|
|||
Notation "[ P ]" := (check P).
|
||||
Infix "\cup" := union (at level 40).
|
||||
Infix "\cap" := intersection (at level 40).
|
||||
Infix "\setminus" := minus (at level 70).
|
||||
Infix "\setminus" := minus (at level 40).
|
||||
Infix "\subseteq" := subseteq (at level 70).
|
||||
Infix "\subset" := subset (at level 70).
|
||||
Notation "[ x | P ]" := (scomp (fun x => P)).
|
||||
|
|
Loading…
Reference in a new issue