Skip to content
GitLab
Menu
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
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 :=
...
@@ -8,8 +8,7 @@ Definition par : val :=
let:
"v2"
:=
Snd
"fs"
#()
in
let:
"v2"
:=
Snd
"fs"
#()
in
let:
"v1"
:=
join
"handle"
in
let:
"v1"
:=
join
"handle"
in
Pair
"v1"
"v2"
.
Pair
"v1"
"v2"
.
Notation
Par
e1
e2
:=
(
par
(
Pair
(
λ
:
<>
,
e1
)
(
λ
:
<>
,
e2
)))
%
E
.
Notation
"e1 || e2"
:=
(
par
(
Pair
(
λ
:
<>
,
e1
)
(
λ
:
<>
,
e2
)))
%
E
:
expr_scope
.
Infix
"||"
:=
Par
:
expr_scope
.
Global
Opaque
par
.
Global
Opaque
par
.
Section
proof
.
Section
proof
.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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