diff options
| author | Théo Zimmermann | 2020-03-19 15:57:39 +0100 |
|---|---|---|
| committer | Théo Zimmermann | 2020-03-19 15:57:39 +0100 |
| commit | 0fe5cfd5fa81565b6045bd602b786ed38e19aaa9 (patch) | |
| tree | 0dcefd32242ace46e9fb837be486cf098f2525ac /theories/FSets/FMapPositive.v | |
| parent | 918e301faa228190f885f860510f4b6c352620f5 (diff) | |
| parent | e138fbf1e1cd95bfae05e17074f94a1ebde2edf8 (diff) | |
Merge PR #11760: firstorder: default tactic is “auto with core”
Reviewed-by: JasonGross
Reviewed-by: Zimmi48
Diffstat (limited to 'theories/FSets/FMapPositive.v')
| -rw-r--r-- | theories/FSets/FMapPositive.v | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/theories/FSets/FMapPositive.v b/theories/FSets/FMapPositive.v index e9cb0a6aa7..c3c6c96997 100644 --- a/theories/FSets/FMapPositive.v +++ b/theories/FSets/FMapPositive.v @@ -679,7 +679,7 @@ Module PositiveMap <: S with Module E:=PositiveOrderedTypeBits. simpl; auto. destruct o; simpl; intros. (* Some *) - apply (SortA_app (eqA:=eq_key_elt)); auto with *. + apply (SortA_app (eqA:=eq_key_elt)). 1-2: auto with typeclass_instances. constructor; auto. apply In_InfA; intros. destruct y0. @@ -698,7 +698,7 @@ Module PositiveMap <: S with Module E:=PositiveOrderedTypeBits. eapply xelements_bits_lt_1; eauto. eapply xelements_bits_lt_2; eauto. (* None *) - apply (SortA_app (eqA:=eq_key_elt)); auto with *. + apply (SortA_app (eqA:=eq_key_elt)). auto with typeclass_instances. 1-2: auto. intros x0 y0. do 2 rewrite InA_alt. intros (y1,(Hy1,H)) (y2,(Hy2,H0)). |
