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 !69
parents 7b7ee122 44318ed9
No related branches found
No related tags found
1 merge request!69Fix typo in instance name
Pipeline #16770 passed
......@@ -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).
......
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