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
Tej Chajed
iris
Commits
5f8cdc5f
Commit
5f8cdc5f
authored
Jan 08, 2016
by
Ralf Jung
Browse files
annotate where we have binders
parent
de973b37
Changes
1
Hide whitespace changes
Inline
Side-by-side
channel/heap_lang.v
View file @
5f8cdc5f
...
...
@@ -57,7 +57,7 @@ Instance Rename_expr : Rename expr. derive. Defined.
Instance
Subst_expr
:
Subst
expr
.
derive
.
Defined
.
Instance
SubstLemmas_expr
:
SubstLemmas
expr
.
derive
.
Qed
.
Definition
Lam
(
e
:
expr
)
:
=
Rec
(
e
.[
up
ids
]).
Definition
Lam
(
e
:
{
bind
expr
}
)
:
=
Rec
(
e
.[
up
ids
]).
Definition
LitUnit
:
=
Lit
tt
.
Definition
LitTrue
:
=
Lit
true
.
Definition
LitFalse
:
=
Lit
false
.
...
...
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