aboutsummaryrefslogtreecommitdiff
path: root/kernel/declarations.ml
diff options
context:
space:
mode:
authorMaxime Dénès2018-01-17 15:16:39 +0100
committerMaxime Dénès2018-01-17 15:16:39 +0100
commitd4f965678dcffb836fb9cf8790e3e969d3bfc364 (patch)
tree5f3afebbfc26d2215d331c6c61e5e425d5b2f82d /kernel/declarations.ml
parente77fa3a6226926cca7893c4fbc620bcf2372698e (diff)
parent20481a3f3405f04b47c7865ca2788a6f63660443 (diff)
Merge PR #6584: Implement the strategy mechanism in the checker
Diffstat (limited to 'kernel/declarations.ml')
-rw-r--r--kernel/declarations.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/declarations.ml b/kernel/declarations.ml
index 7f4b85fd05..5b9e1a1414 100644
--- a/kernel/declarations.ml
+++ b/kernel/declarations.ml
@@ -74,6 +74,7 @@ type typing_flags = {
check_guarded : bool; (** If [false] then fixed points and co-fixed
points are assumed to be total. *)
check_universes : bool; (** If [false] universe constraints are not checked *)
+ conv_oracle : Conv_oracle.oracle; (** Unfolding strategies for conversion *)
}
(* some contraints are in constant_constraints, some other may be in