diff options
| author | Pierre-Marie Pédrot | 2014-06-17 14:26:02 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2014-06-17 15:44:38 +0200 |
| commit | 90d64647d3fd5dbf5c337944dc0038f0b19b8a51 (patch) | |
| tree | b33528c72730ec541a75e3d0baaead6789f4dcb9 /pretyping/pretyping.ml | |
| parent | d412844753ef25f4431c209f47b97b9fa498297d (diff) | |
Removing dead code.
Diffstat (limited to 'pretyping/pretyping.ml')
| -rw-r--r-- | pretyping/pretyping.ml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/pretyping/pretyping.ml b/pretyping/pretyping.ml index 5ae49e5637..91b851d12f 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 -> |
