aboutsummaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/reduction.ml1
-rw-r--r--kernel/reduction.mli2
2 files changed, 1 insertions, 2 deletions
diff --git a/kernel/reduction.ml b/kernel/reduction.ml
index 8252ffb9ed..c1c7f521a5 100644
--- a/kernel/reduction.ml
+++ b/kernel/reduction.ml
@@ -547,4 +547,3 @@ let is_arity env c =
let _ = dest_arity env c in
true
with NotArity -> false
-
diff --git a/kernel/reduction.mli b/kernel/reduction.mli
index 5256514931..bee8815a25 100644
--- a/kernel/reduction.mli
+++ b/kernel/reduction.mli
@@ -78,5 +78,5 @@ val dest_prod_assum : env -> types -> rel_context * types
exception NotArity
-val dest_arity : env -> types -> arity (* raise NotArity if not an arity *)
+val dest_arity : env -> types -> arity (* raises NotArity if not an arity *)
val is_arity : env -> types -> bool