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
Joshua Yanovski
iris-coq
Commits
5d3fe67e
Commit
5d3fe67e
authored
Aug 09, 2016
by
Jacques-Henri Jourdan
Browse files
Parentheses.
parent
3b2f7704
Changes
1
Hide whitespace changes
Inline
Side-by-side
heap_lang/lang.v
View file @
5d3fe67e
...
...
@@ -349,7 +349,7 @@ Proof.
refine
(
cast_if
(
decide
(
of_val
v1
=
of_val
v2
)));
abstract
naive_solver
.
Defined
.
Instance
expr_inhabited
:
Inhabited
(
expr
)
:=
populate
(
Lit
LitUnit
).
Instance
expr_inhabited
:
Inhabited
expr
:=
populate
(
Lit
LitUnit
).
Instance
val_inhabited
:
Inhabited
val
:=
populate
(
LitV
LitUnit
).
Canonical
Structure
stateC
:=
leibnizC
state
.
...
...
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