aboutsummaryrefslogtreecommitdiff
path: root/theories/Compat/Coq88.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Compat/Coq88.v')
-rw-r--r--theories/Compat/Coq88.v4
1 files changed, 3 insertions, 1 deletions
diff --git a/theories/Compat/Coq88.v b/theories/Compat/Coq88.v
index 989072940a..e4a8df1e93 100644
--- a/theories/Compat/Coq88.v
+++ b/theories/Compat/Coq88.v
@@ -20,9 +20,11 @@ Require Coq.Strings.Ascii Coq.Strings.String.
Export String.StringSyntax Ascii.AsciiSyntax.
Require Coq.ZArith.BinIntDef Coq.PArith.BinPosDef Coq.NArith.BinNatDef.
Require Coq.Reals.Rdefinitions.
+Require Coq.Numbers.Cyclic.Int63.Int63.
Require Coq.Numbers.Cyclic.Int31.Int31.
Declare ML Module "r_syntax_plugin".
-Declare ML Module "int31_syntax_plugin".
+Declare ML Module "int63_syntax_plugin".
Numeral Notation BinNums.Z BinIntDef.Z.of_int BinIntDef.Z.to_int : Z_scope.
Numeral Notation BinNums.positive BinPosDef.Pos.of_int BinPosDef.Pos.to_int : positive_scope.
Numeral Notation BinNums.N BinNatDef.N.of_int BinNatDef.N.to_int : N_scope.
+Numeral Notation Int31.int31 Int31.phi_inv_nonneg Int31.phi : int31_scope.