aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/pretyping.ml
diff options
context:
space:
mode:
Diffstat (limited to 'pretyping/pretyping.ml')
-rw-r--r--pretyping/pretyping.ml10
1 files changed, 0 insertions, 10 deletions
diff --git a/pretyping/pretyping.ml b/pretyping/pretyping.ml
index 5ae49e563..91b851d12 100644
--- a/pretyping/pretyping.ml
+++ b/pretyping/pretyping.ml
@@ -288,16 +288,6 @@ let pretype_global rigid env evd gr us =
in
Evd.fresh_global ~rigid ?names:instance env evd gr
-let is_template_polymorphic_constructor env c =
- match kind_of_term c with
- | Construct ((ind, i), u) -> Environ.template_polymorphic_ind ind env
- | _ -> false
-
-let is_template_polymorphic_constructor env c =
- match kind_of_term c with
- | Construct ((ind, i), u) -> Environ.template_polymorphic_ind ind env
- | _ -> false
-
let pretype_ref loc evdref env ref us =
match ref with
| VarRef id ->