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
7dbf98f4
Commit
7dbf98f4
authored
May 10, 2016
by
Robbert Krebbers
Browse files
Update comment in substitution.v.
parent
6d43651e
Changes
1
Hide whitespace changes
Inline
Side-by-side
heap_lang/substitution.v
View file @
7dbf98f4
...
...
@@ -2,8 +2,7 @@ From iris.heap_lang Require Export lang.
Import
heap_lang
.
(
**
The
tactic
[
simpl_subst
]
performs
substitutions
in
the
goal
.
Its
behavior
can
be
tuned
using
instances
of
the
type
class
[
Closed
e
],
which
can
be
used
to
mark
that
expressions
are
closed
,
and
should
thus
not
be
substituted
into
.
*
)
can
be
tuned
by
declaring
[
WExpr
]
and
[
WSubst
]
instances
.
*
)
(
**
*
Weakening
*
)
Class
WExpr
{
X
Y
}
(
H
:
X
`included
`
Y
)
(
e
:
expr
X
)
(
er
:
expr
Y
)
:=
...
...
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