diff options
| author | Maxime Dénès | 2019-01-25 00:06:32 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2019-05-20 10:50:04 +0200 |
| commit | a6757b089e1d268517bcba48a9fe33aa47526de2 (patch) | |
| tree | c3caff978bc3ec285f25f3fdd6a158f3ab0464de /plugins | |
| parent | 96c7e9da86d9b8906875497155bb42fc71b226ab (diff) | |
Remove Refine Instance Mode option
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/ltac/rewrite.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ltac/rewrite.ml b/plugins/ltac/rewrite.ml index a68efa4713..963b7189f9 100644 --- a/plugins/ltac/rewrite.ml +++ b/plugins/ltac/rewrite.ml @@ -1800,7 +1800,7 @@ let anew_instance ~pstate atts binders instance fields = let program_mode = atts.program in new_instance ~pstate ~program_mode atts.polymorphic binders instance (Some (true, CAst.make @@ CRecord (fields))) - ~global:atts.global ~generalize:false ~refine:false Hints.empty_hint_info + ~global:atts.global ~generalize:false Hints.empty_hint_info let declare_instance_refl ~pstate atts binders a aeq n lemma = let instance = declare_instance a aeq (add_suffix n "_Reflexive") "Coq.Classes.RelationClasses.Reflexive" |
