Skip to content
Snippets Groups Projects

Add missing Bind Scope for fin

Merged Thibaut Pérami requested to merge tperami/stdpp:bind-scope-fin into master
All threads resolved!
Files
4
+ 1
0
@@ -17,6 +17,7 @@ Notation FS := Fin.FS.
@@ -17,6 +17,7 @@ Notation FS := Fin.FS.
Declare Scope fin_scope.
Declare Scope fin_scope.
Delimit Scope fin_scope with fin.
Delimit Scope fin_scope with fin.
 
Bind Scope fin_scope with fin.
Global Arguments Fin.FS _ _%fin : assert.
Global Arguments Fin.FS _ _%fin : assert.
(** Allow any non-negative number literal to be parsed as a [fin]. For example
(** Allow any non-negative number literal to be parsed as a [fin]. For example
Loading