Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Joshua Yanovski
iris-coq
Commits
0af8d2b4
Commit
0af8d2b4
authored
Feb 12, 2016
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dome more doc for gsubst
parent
33a49306
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
heap_lang/substitution.v
heap_lang/substitution.v
+4
-0
No files found.
heap_lang/substitution.v
View file @
0af8d2b4
...
...
@@ -12,6 +12,10 @@ unfolding any Coq definitions. For example:
>>
For
[
gsubst
e
x
ev
]
to
work
,
[
e
]
should
not
contain
any
opaque
parts
.
Fundamentally
,
the
way
this
works
is
that
[
gsubst
]
tests
whether
a
subterm
needs
substitution
,
before
it
traverses
into
the
term
.
This
way
,
unaffected
sub
-
terms
are
returned
directly
,
rather
than
their
tree
structure
being
deconstructed
and
composed
again
.
The
function
[
gsubst
e
x
ev
]
differs
in
yet
another
way
from
[
subst
e
x
v
].
The
function
[
gsubst
]
substitutes
an
expression
[
ev
]
whereas
[
subst
]
...
...
Write
Preview
Markdown
is supported
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