aboutsummaryrefslogtreecommitdiff
path: root/Int.v
diff options
context:
space:
mode:
Diffstat (limited to 'Int.v')
-rw-r--r--Int.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/Int.v b/Int.v
index bb0287efc8..ab43eb27b0 100644
--- a/Int.v
+++ b/Int.v
@@ -8,6 +8,8 @@
Require Import Coq.ltac2.Init.
+Ltac2 Type exn ::= [ Division_by_zero ].
+
Ltac2 @ external equal : int -> int -> bool := "ltac2" "int_equal".
Ltac2 @ external compare : int -> int -> int := "ltac2" "int_compare".
Ltac2 @ external add : int -> int -> int := "ltac2" "int_add".