Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
C
cpdt
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
research
cpdt
Commits
2c49c95d
Commit
2c49c95d
authored
Jan 18, 2013
by
Adam Chlipala
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pass through Chapter 2
parent
545d7fb8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
StackMachine.v
src/StackMachine.v
+6
-0
No files found.
src/StackMachine.v
View file @
2c49c95d
...
@@ -401,6 +401,12 @@ app_assoc_reverse
...
@@ -401,6 +401,12 @@ app_assoc_reverse
If
we
did
not
already
know
the
name
of
the
theorem
,
we
could
use
the
%
\
index
{
Vernacular
commands
!
SearchRewrite
}%
[
SearchRewrite
]
command
to
find
it
,
based
on
a
pattern
that
we
would
like
to
rewrite
:
*
)
If
we
did
not
already
know
the
name
of
the
theorem
,
we
could
use
the
%
\
index
{
Vernacular
commands
!
SearchRewrite
}%
[
SearchRewrite
]
command
to
find
it
,
based
on
a
pattern
that
we
would
like
to
rewrite
:
*
)
(
*
begin
hide
*
)
(
*
begin
thide
*
)
Definition
bleh
:=
app_assoc
.
(
*
end
thide
*
)
(
*
end
hide
*
)
SearchRewrite
((
_
++
_
)
++
_
)
.
SearchRewrite
((
_
++
_
)
++
_
)
.
(
**
%
\
vspace
{-
.15
in
}%
[[
(
**
%
\
vspace
{-
.15
in
}%
[[
app_assoc_reverse:
app_assoc_reverse:
...
...
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