File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -126,15 +126,6 @@ Open Scope boolean_if_scope.
126
126
Delimit Scope form_scope with FORM.
127
127
Open Scope form_scope.
128
128
129
- (* Allow overloading of the cast (x : T) syntax, put whitespace around the *)
130
- (* ":" symbol to avoid lexical clashes (and for consistency with the parsing *)
131
- (* precedence of the notation, which binds less tightly than application), *)
132
- (* and put printing boxes that print the type of a long definition on a *)
133
- (* separate line rather than force-fit it at the right margin. *)
134
- Notation "x : T" := (x : T)
135
- (at level 100, right associativity,
136
- format "'[hv' x '/ ' : T ']'") : core_scope.
137
-
138
129
(* Allow the casual use of notations like nat * nat for explicit Type *)
139
130
(* declarations. Note that (nat * nat : Type) is NOT equivalent to *)
140
131
(* (nat * nat)%type, whose inferred type is legacy type "Set". *)
You can’t perform that action at this time.
0 commit comments