Skip to content
Snippets Groups Projects
Commit 53e311e5 authored by Ralf Jung's avatar Ralf Jung
Browse files

Merge branch 'fix-typo-instance-name' into 'master'

Fix typo in instance name

See merge request iris/stdpp!69
parents 7b7ee122 44318ed9
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ Infix "+:+" := String.append (at level 60, right associativity) : stdpp_scope. ...@@ -17,7 +17,7 @@ Infix "+:+" := String.append (at level 60, right associativity) : stdpp_scope.
Arguments String.append : simpl never. Arguments String.append : simpl never.
(** * Decision of equality *) (** * 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. Instance string_eq_dec : EqDecision string.
Proof. solve_decision. Defined. Proof. solve_decision. Defined.
Instance string_app_inj : Inj (=) (=) (String.append s1). Instance string_app_inj : Inj (=) (=) (String.append s1).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment