aboutsummaryrefslogtreecommitdiff
path: root/test-suite/interactive/PrimNotation.v
diff options
context:
space:
mode:
authorPierre Letouzey2018-04-11 09:58:56 +0200
committerJason Gross2018-08-31 20:05:54 -0400
commit3c7c0bb08d406d4addfc0ac68dce45bf7c5cb7e9 (patch)
treecd9a38c324c4870cd167465a76eb871fa613f965 /test-suite/interactive/PrimNotation.v
parent44638cda2f8f7461506a6e5a9a2edf860971f96c (diff)
WIP: adapt Numeral Notation to synchronized prim notations
Diffstat (limited to 'test-suite/interactive/PrimNotation.v')
-rw-r--r--test-suite/interactive/PrimNotation.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/interactive/PrimNotation.v b/test-suite/interactive/PrimNotation.v
index ca8cba67d5..4c81095c68 100644
--- a/test-suite/interactive/PrimNotation.v
+++ b/test-suite/interactive/PrimNotation.v
@@ -7,7 +7,7 @@ Delimit Scope Z_scope with Z.
Open Scope Z_scope.
Check 0.
(* 0 : nat *)
-Require BinNums.
+Require BinInt.
Check 0.
(* 0 : BinNums.Z *)
Back 2.