Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
stdpp
Commits
44318ed9
Verified
Commit
44318ed9
authored
May 17, 2019
by
Paolo G. Giarrusso
Browse files
Fix typo in instance name
parent
7b7ee122
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/strings.v
View file @
44318ed9
...
...
@@ -17,7 +17,7 @@ Infix "+:+" := String.append (at level 60, right associativity) : stdpp_scope.
Arguments
String
.
append
:
simpl
never
.
(** * Decision of equality *)
Instance
as
s
ci_eq_dec
:
EqDecision
ascii
:
=
ascii_dec
.
Instance
asc
i
i_eq_dec
:
EqDecision
ascii
:
=
ascii_dec
.
Instance
string_eq_dec
:
EqDecision
string
.
Proof
.
solve_decision
.
Defined
.
Instance
string_app_inj
:
Inj
(=)
(=)
(
String
.
append
s1
).
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment