diff options
| author | Gaëtan Gilbert | 2020-02-12 12:56:22 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2020-02-12 12:56:22 +0100 |
| commit | 0709808440c67832d170c32ff9ee6ac993061144 (patch) | |
| tree | 728a4336c9a2d94e645f27c438e2908fcc5bc289 /printing/printer.mli | |
| parent | 2a4d9569570584c300fcb19c3804fe07578eef12 (diff) | |
| parent | b6264bb2df9b73b905af126ede49cd31abf0e7da (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.mli | 2 |
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 = |
