aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/extraction/ExtrOcamlNatBigInt.v
diff options
context:
space:
mode:
authorGravatar Vincent Laporte <Vincent.Laporte@gmail.com>2018-03-06 16:13:12 +0000
committerGravatar Vincent Laporte <Vincent.Laporte@gmail.com>2018-03-06 16:20:27 +0000
commit5c0f5b7d8af44bfed1d0bad9d0afc2a56f4afa00 (patch)
tree533ed2e118bd4951f3085662faf02b5f3dd3ccc9 /plugins/extraction/ExtrOcamlNatBigInt.v
parent67a28c487fc64e2c0f8271b77d0c9db0cd82fa92 (diff)
[stdlib] Do not use deprecated notations
Diffstat (limited to 'plugins/extraction/ExtrOcamlNatBigInt.v')
-rw-r--r--plugins/extraction/ExtrOcamlNatBigInt.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/extraction/ExtrOcamlNatBigInt.v b/plugins/extraction/ExtrOcamlNatBigInt.v
index 264b48a08..c403f7c5a 100644
--- a/plugins/extraction/ExtrOcamlNatBigInt.v
+++ b/plugins/extraction/ExtrOcamlNatBigInt.v
@@ -46,7 +46,7 @@ Extract Constant EqNat.eq_nat_decide => "Big.eq".
Extract Constant Peano_dec.eq_nat_dec => "Big.eq".
-Extract Constant Compare_dec.nat_compare =>
+Extract Constant Nat.compare =>
"Big.compare_case Eq Lt Gt".
Extract Constant Compare_dec.leb => "Big.le".