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
Dan Frumin
ReLoC-v1
Commits
28dcb4a3
Commit
28dcb4a3
authored
Sep 11, 2017
by
Dan Frumin
Browse files
Fix a typo
parent
2505d0f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/logrel/proofmode/tactics_rel.v
View file @
28dcb4a3
...
...
@@ -202,7 +202,7 @@ Tactic Notation "rel_pure_r" open_constr(ef) :=
Tactic
Notation
"rel_rec_r"
:=
rel_pure_r
(
App
(
Rec
_
_
_
)
_
)
||
rel_pure_r
(
App
_
_
).
Tactic
Notation
"rel_seq_r"
:=
rel_rec_r
.
Tactic
Notation
"rel_
r
et_r"
:=
rel_rec_r
.
Tactic
Notation
"rel_
l
et_r"
:=
rel_rec_r
.
Tactic
Notation
"rel_fst_r"
:=
rel_pure_r
(
Fst
(
Pair
_
_
)).
Tactic
Notation
"rel_snd_r"
:=
rel_pure_r
(
Snd
(
Pair
_
_
)).
Tactic
Notation
"rel_proj_r"
:=
rel_pure_r
(
_
(
Pair
_
_
)).
...
...
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