summaryrefslogtreecommitdiff
path: root/checker/inductive.mli
diff options
context:
space:
mode:
Diffstat (limited to 'checker/inductive.mli')
-rw-r--r--checker/inductive.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/checker/inductive.mli b/checker/inductive.mli
index 2708c2d8..d44d1556 100644
--- a/checker/inductive.mli
+++ b/checker/inductive.mli
@@ -77,9 +77,9 @@ type guard_env =
(* the recarg information of inductive family *)
recvec : wf_paths array;
(* dB of variables denoting subterms *)
- genv : subterm_spec list;
+ genv : subterm_spec Lazy.t list;
}
val subterm_specif : guard_env -> constr -> subterm_spec
-val case_branches_specif : guard_env -> subterm_spec -> inductive ->
+val case_branches_specif : guard_env -> subterm_spec Lazy.t -> inductive ->
constr array -> (guard_env * constr) array