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
53e311e5
Commit
53e311e5
authored
May 17, 2019
by
Ralf Jung
Browse files
Merge branch 'fix-typo-instance-name' into 'master'
Fix typo in instance name See merge request
!69
parents
7b7ee122
44318ed9
Pipeline
#16770
passed with stage
in 11 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
theories/strings.v
View file @
53e311e5
...
...
@@ -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