aboutsummaryrefslogtreecommitdiff
path: root/library
diff options
context:
space:
mode:
authorGaëtan Gilbert2020-02-12 12:56:22 +0100
committerGaëtan Gilbert2020-02-12 12:56:22 +0100
commit0709808440c67832d170c32ff9ee6ac993061144 (patch)
tree728a4336c9a2d94e645f27c438e2908fcc5bc289 /library
parent2a4d9569570584c300fcb19c3804fe07578eef12 (diff)
parentb6264bb2df9b73b905af126ede49cd31abf0e7da (diff)
Merge PR #11546: Remove the Template Check option.
Reviewed-by: SkySkimmer Ack-by: Zimmi48
Diffstat (limited to 'library')
-rw-r--r--library/global.ml2
-rw-r--r--library/global.mli1
2 files changed, 0 insertions, 3 deletions
diff --git a/library/global.ml b/library/global.ml
index fbbe09301b..8706238f5a 100644
--- a/library/global.ml
+++ b/library/global.ml
@@ -192,8 +192,6 @@ let is_polymorphic r = Environ.is_polymorphic (env()) r
let is_template_polymorphic r = is_template_polymorphic (env ()) r
-let is_template_checked r = is_template_checked (env ()) r
-
let get_template_polymorphic_variables r = get_template_polymorphic_variables (env ()) r
let is_type_in_type r = is_type_in_type (env ()) r
diff --git a/library/global.mli b/library/global.mli
index b6bd69c17c..0198ac5952 100644
--- a/library/global.mli
+++ b/library/global.mli
@@ -150,7 +150,6 @@ val is_joined_environment : unit -> bool
val is_polymorphic : GlobRef.t -> bool
val is_template_polymorphic : GlobRef.t -> bool
-val is_template_checked : GlobRef.t -> bool
val get_template_polymorphic_variables : GlobRef.t -> Univ.Level.t list
val is_type_in_type : GlobRef.t -> bool