aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/ssr/ssrelim.ml
diff options
context:
space:
mode:
authorGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2018-02-19 14:25:15 +0100
committerGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2018-03-06 09:59:50 +0100
commit601f41b23093e83b25c84d7e3701fa24ffe2dbca (patch)
treec8ea021cff0d67d1b161a468d7819ee959cb2d6b /plugins/ssr/ssrelim.ml
parent15331729aaab16678c2f7e29dd391f72df53d76e (diff)
ssr: use `apply_type ~typecheck:true` everywhere (fix #6634)
Diffstat (limited to 'plugins/ssr/ssrelim.ml')
-rw-r--r--plugins/ssr/ssrelim.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/ssr/ssrelim.ml b/plugins/ssr/ssrelim.ml
index 33ebe26b6..717657a24 100644
--- a/plugins/ssr/ssrelim.ml
+++ b/plugins/ssr/ssrelim.ml
@@ -30,8 +30,6 @@ module RelDecl = Context.Rel.Declaration
(** The "case" and "elim" tactic *)
-let apply_type x xs = Proofview.V82.of_tactic (Tactics.apply_type ~typecheck:false x xs)
-
(* TASSI: given the type of an elimination principle, it finds the higher order
* argument (index), it computes it's arity and the arity of the eliminator and
* checks if the eliminator is recursive or not *)