Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iris-coq
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dan Frumin
iris-coq
Commits
0af8d2b4
Commit
0af8d2b4
authored
9 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
dome more doc for gsubst
parent
33a49306
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
heap_lang/substitution.v
+4
-0
4 additions, 0 deletions
heap_lang/substitution.v
with
4 additions
and
0 deletions
heap_lang/substitution.v
+
4
−
0
View file @
0af8d2b4
...
@@ -12,6 +12,10 @@ unfolding any Coq definitions. For example:
...
@@ -12,6 +12,10 @@ unfolding any Coq definitions. For example:
>>
>>
For
[
gsubst
e
x
ev
]
to
work
,
[
e
]
should
not
contain
any
opaque
parts
.
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
e
x
ev
]
differs
in
yet
another
way
from
[
subst
e
x
v
].
The
function
[
gsubst
]
substitutes
an
expression
[
ev
]
whereas
[
subst
]
The
function
[
gsubst
]
substitutes
an
expression
[
ev
]
whereas
[
subst
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment