aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/leminv.mli
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2016-11-26 01:09:11 +0100
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2017-02-14 17:30:43 +0100
commit8beca748d992cd08e2dd7448c8b28dadbcea4a16 (patch)
tree2cb484e735e9a138991e4cd1e540c6de879e67f6 /tactics/leminv.mli
parente1010899051546467b790bca0409174bde824270 (diff)
Cleaning up interfaces.
We make mli files look to what they were looking before the move to EConstr by opening this module.
Diffstat (limited to 'tactics/leminv.mli')
-rw-r--r--tactics/leminv.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/tactics/leminv.mli b/tactics/leminv.mli
index 58b82002d..26d4ac994 100644
--- a/tactics/leminv.mli
+++ b/tactics/leminv.mli
@@ -8,11 +8,12 @@
open Names
open Term
+open EConstr
open Constrexpr
open Misctypes
val lemInv_clause :
- quantified_hypothesis -> EConstr.constr -> Id.t list -> unit Proofview.tactic
+ quantified_hypothesis -> constr -> Id.t list -> unit Proofview.tactic
val add_inversion_lemma_exn :
Id.t -> constr_expr -> glob_sort -> bool -> (Id.t -> unit Proofview.tactic) ->