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
Jonas Kastberg
iris
Commits
2d44c0ef
Commit
2d44c0ef
authored
Jul 19, 2016
by
Robbert Krebbers
Browse files
Remove weird notation for par.
parent
bf42c065
Changes
1
Hide whitespace changes
Inline
Side-by-side
heap_lang/lib/par.v
View file @
2d44c0ef
...
...
@@ -8,8 +8,7 @@ Definition par : val :=
let
:
"v2"
:
=
Snd
"fs"
#()
in
let
:
"v1"
:
=
join
"handle"
in
Pair
"v1"
"v2"
.
Notation
Par
e1
e2
:
=
(
par
(
Pair
(
λ
:
<>,
e1
)
(
λ
:
<>,
e2
)))%
E
.
Infix
"||"
:
=
Par
:
expr_scope
.
Notation
"e1 || e2"
:
=
(
par
(
Pair
(
λ
:
<>,
e1
)
(
λ
:
<>,
e2
)))%
E
:
expr_scope
.
Global
Opaque
par
.
Section
proof
.
...
...
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