aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/leminv.mli
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/leminv.mli')
-rw-r--r--tactics/leminv.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/leminv.mli b/tactics/leminv.mli
index 1ac9b4d6f..233aeba3a 100644
--- a/tactics/leminv.mli
+++ b/tactics/leminv.mli
@@ -15,5 +15,5 @@ val inversion_lemma_from_goal :
int -> identifier -> identifier located -> sorts -> bool ->
(identifier -> tactic) -> unit
val add_inversion_lemma_exn :
- identifier -> constr_expr -> rawsort -> bool -> (identifier -> tactic) ->
+ identifier -> constr_expr -> glob_sort -> bool -> (identifier -> tactic) ->
unit