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
310ee9d1
Commit
310ee9d1
authored
Apr 19, 2016
by
Robbert Krebbers
Browse files
Remove unused notation "^^ e" in heap_lang.
parent
8b3a3d96
Changes
1
Hide whitespace changes
Inline
Side-by-side
heap_lang/notation.v
View file @
310ee9d1
...
...
@@ -35,7 +35,6 @@ Notation "% l" := (Loc l) (at level 8, format "% l") : expr_scope.
Notation
"' x"
:=
(
Var
x
)
(
at
level
8
,
format
"' x"
)
:
expr_scope
.
Notation
"^ v"
:=
(
of_val
'
v
%
V
)
(
at
level
8
,
format
"^ v"
)
:
expr_scope
.
Notation
"^^ e"
:=
(
wexpr
'
e
%
E
)
(
at
level
8
,
format
"^^ e"
)
:
expr_scope
.
(
**
Syntax
inspired
by
Coq
/
Ocaml
.
Constructions
with
higher
precedence
come
first
.
*
)
...
...
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