diff options
| author | Gaëtan Gilbert | 2018-08-23 11:32:52 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-09-13 14:03:24 +0200 |
| commit | 3881fb7b93196a304b332ae81f1debde1ce9aaf9 (patch) | |
| tree | f91642b1ce4fb6e6846fbd889e120d5ca2282fbe /plugins | |
| parent | c480033e8ebb13a3faf21bd7dfb2ac1dc60a1091 (diff) | |
Add explicit atribute for template polymorphism.
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/funind/glob_term_to_relation.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/funind/glob_term_to_relation.ml b/plugins/funind/glob_term_to_relation.ml index 5fc4293cbb..bbc0a37c69 100644 --- a/plugins/funind/glob_term_to_relation.ml +++ b/plugins/funind/glob_term_to_relation.ml @@ -1499,7 +1499,7 @@ let do_build_inductive let _time2 = System.get_time () in try with_full_print - (Flags.silently (ComInductive.do_mutual_inductive rel_inds (Flags.is_universe_polymorphism ()) false false ~uniform:ComInductive.NonUniformParameters)) + (Flags.silently (ComInductive.do_mutual_inductive ~template:None rel_inds (Flags.is_universe_polymorphism ()) false false ~uniform:ComInductive.NonUniformParameters)) Declarations.Finite with | UserError(s,msg) as e -> |
