Skip to content
Snippets Groups Projects

Fix typo in instance name

Merged Paolo G. Giarrusso requested to merge Blaisorblade/stdpp:fix-typo-instance-name into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -17,7 +17,7 @@ Infix "+:+" := String.append (at level 60, right associativity) : stdpp_scope.
Arguments String.append : simpl never.
(** * Decision of equality *)
Instance assci_eq_dec : EqDecision ascii := ascii_dec.
Instance ascii_eq_dec : EqDecision ascii := ascii_dec.
Instance string_eq_dec : EqDecision string.
Proof. solve_decision. Defined.
Instance string_app_inj : Inj (=) (=) (String.append s1).
Loading