diff options
| -rwxr-xr-x | theories/Init/Datatypes.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Init/Datatypes.v b/theories/Init/Datatypes.v index bbc59da42b..72758ffe0a 100755 --- a/theories/Init/Datatypes.v +++ b/theories/Init/Datatypes.v @@ -78,7 +78,7 @@ Inductive prod [A,B:Set] : Set := pair : A -> B -> (prod A B). Add Printing Let prod. Notation "x * y" := (prod x y) : type_scope. -Notation "( x , y )" := (pair ? ? x y) V8only "x , y". +Notation "( x , y )" := (pair ? ? x y) : core_scope V8only "x , y". Section projections. Variables A,B:Set. |
