diff options
| author | Maxime Dénès | 2018-09-13 17:15:50 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2018-09-13 17:15:50 +0200 |
| commit | 9281bb33f2b9aa5d762f8b5b8b0159984b696efb (patch) | |
| tree | f3d728fd0428376c36d3012df583164b2ab47330 /plugins | |
| parent | d3fee162c5e2f39b313cde1e1fa738480d960163 (diff) | |
| parent | 5cf8ec5afe59a420130a6b0828e48b6d87bb1e3c (diff) | |
Merge PR #8303: Better controls 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 -> |
