summaryrefslogtreecommitdiff
path: root/plugins/extraction/ExtrHaskellNatInt.v
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/extraction/ExtrHaskellNatInt.v')
-rw-r--r--plugins/extraction/ExtrHaskellNatInt.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/extraction/ExtrHaskellNatInt.v b/plugins/extraction/ExtrHaskellNatInt.v
index e94e7d42..267322d9 100644
--- a/plugins/extraction/ExtrHaskellNatInt.v
+++ b/plugins/extraction/ExtrHaskellNatInt.v
@@ -1,5 +1,7 @@
(** Extraction of [nat] into Haskell's [Int] *)
+Require Coq.extraction.Extraction.
+
Require Import Arith.
Require Import ExtrHaskellNatNum.