Skip to content
Snippets Groups Projects

Switch to strict bulleting everywhere

Merged Tej Chajed requested to merge tchajed/stdpp:strict-bulleting into master
14 files
+ 58
44
Compare changes
  • Side-by-side
  • Inline
Files
14
+ 1
1
@@ -258,7 +258,7 @@ Hint Mode LeibnizEquiv ! - : typeclass_instances.
Lemma leibniz_equiv_iff `{LeibnizEquiv A, !Reflexive (≡@{A})} (x y : A) :
x y x = y.
Proof. split; [apply leibniz_equiv | intros ->; reflexivity]. Qed.
Proof. split; [apply leibniz_equiv|]. intros ->; reflexivity. Qed.
Ltac fold_leibniz := repeat
match goal with
Loading