aboutsummaryrefslogtreecommitdiff
path: root/printing/printer.mli
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 /printing/printer.mli
parent2a4d9569570584c300fcb19c3804fe07578eef12 (diff)
parentb6264bb2df9b73b905af126ede49cd31abf0e7da (diff)
Merge PR #11546: Remove the Template Check option.
Reviewed-by: SkySkimmer Ack-by: Zimmi48
Diffstat (limited to 'printing/printer.mli')
-rw-r--r--printing/printer.mli2
1 files changed, 0 insertions, 2 deletions
diff --git a/printing/printer.mli b/printing/printer.mli
index 1d7a25cbb6..cd5151bd8f 100644
--- a/printing/printer.mli
+++ b/printing/printer.mli
@@ -231,8 +231,6 @@ type axiom =
| Constant of Constant.t (* An axiom or a constant. *)
| Positive of MutInd.t (* A mutually inductive definition which has been assumed positive. *)
| Guarded of GlobRef.t (* a constant whose (co)fixpoints have been assumed to be guarded *)
- | TemplatePolymorphic of MutInd.t (* A mutually inductive definition whose template polymorphism
- on parameter universes has not been checked. *)
| TypeInType of GlobRef.t (* a constant which relies on type in type *)
type context_object =