diff options
| author | Gaëtan Gilbert | 2018-08-23 11:38:36 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-09-13 14:03:24 +0200 |
| commit | 6ccacec1b70b9de0ddd8d098f25c367ed975120a (patch) | |
| tree | f8266ef2f0be32765cfa270089d1564a26d8da6a /vernac/comInductive.mli | |
| parent | 3881fb7b93196a304b332ae81f1debde1ce9aaf9 (diff) | |
Add option to control automatic template polymorphism.
Diffstat (limited to 'vernac/comInductive.mli')
| -rw-r--r-- | vernac/comInductive.mli | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vernac/comInductive.mli b/vernac/comInductive.mli index b523e9c014..8a2c9b8719 100644 --- a/vernac/comInductive.mli +++ b/vernac/comInductive.mli @@ -45,6 +45,8 @@ val declare_mutual_inductive_with_eliminations : mutual_inductive_entry -> UnivNames.universe_binders -> one_inductive_impls list -> MutInd.t +val should_auto_template : unit -> bool + (** Exported for Funind *) (** Extracting the semantical components out of the raw syntax of mutual |
