aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/unification.mli
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2018-03-15 23:25:53 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2018-06-05 09:59:47 +0200
commitd28c22a7b173fc78de98c8bf0f986cb163e210a0 (patch)
tree7087075e4ebeab0c10a3339f5f55cc75fa98386f /pretyping/unification.mli
parentf6538f1a7f8ad2bdc0bc446d4ca35078d55d63ee (diff)
Make direct invocations of `simple apply` obey `Opaque` directive.
When called by auto, `simple apply` still does not respect `Opaque` because of compatibility issues.
Diffstat (limited to 'pretyping/unification.mli')
-rw-r--r--pretyping/unification.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/pretyping/unification.mli b/pretyping/unification.mli
index 16ce5c93d..e2e261ae7 100644
--- a/pretyping/unification.mli
+++ b/pretyping/unification.mli
@@ -8,6 +8,7 @@
(* * (see LICENSE file for the text of the license) *)
(************************************************************************)
+open Names
open Constr
open EConstr
open Environ
@@ -40,7 +41,7 @@ val default_core_unify_flags : unit -> core_unify_flags
val default_no_delta_core_unify_flags : unit -> core_unify_flags
val default_unify_flags : unit -> unify_flags
-val default_no_delta_unify_flags : unit -> unify_flags
+val default_no_delta_unify_flags : transparent_state -> unify_flags
val elim_flags : unit -> unify_flags
val elim_no_delta_flags : unit -> unify_flags