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
Iris
Commits
d5dd9dd4
Commit
d5dd9dd4
authored
Apr 20, 2016
by
Ralf Jung
Browse files
par: fix names of instances
parent
4e2dfc4e
Pipeline
#499
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
heap_lang/lib/par.v
View file @
d5dd9dd4
...
...
@@ -11,8 +11,8 @@ Definition par {X} : expr X :=
Notation
Par
e1
e2
:
=
(
par
(
Pair
(
λ
:
<>,
e1
)
(
λ
:
<>,
e2
)))%
E
.
Infix
"||"
:
=
Par
:
expr_scope
.
Instance
do_wexpr_
assert
{
X
Y
}
(
H
:
X
`
included
`
Y
)
:
WExpr
H
par
par
:
=
_
.
Instance
do_wsubst_
assert
{
X
Y
}
x
es
(
H
:
X
`
included
`
x
::
Y
)
:
Instance
do_wexpr_
par
{
X
Y
}
(
H
:
X
`
included
`
Y
)
:
WExpr
H
par
par
:
=
_
.
Instance
do_wsubst_
par
{
X
Y
}
x
es
(
H
:
X
`
included
`
x
::
Y
)
:
WSubst
x
es
H
par
par
:
=
do_wsubst_closed
_
x
es
H
_
.
Typeclasses
Opaque
par
.
...
...
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