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
5ecfe806
Commit
5ecfe806
authored
Sep 19, 2013
by
Adam Chlipala
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Get StackMachine template generated properly again
parent
36799da7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
StackMachine.v
src/StackMachine.v
+6
-6
No files found.
src/StackMachine.v
View file @
5ecfe806
...
@@ -17,6 +17,12 @@ As always, you can step through the source file <<StackMachine.v>> for this chap
...
@@ -17,6 +17,12 @@ As always, you can step through the source file <<StackMachine.v>> for this chap
Require
Import
Bool
Arith
List
CpdtTactics
.
Require
Import
Bool
Arith
List
CpdtTactics
.
Set
Implicit
Arguments
.
Set
Implicit
Arguments
.
(
*
begin
hide
*
)
(
*
begin
thide
*
)
Definition
bleh
:=
app_assoc
.
(
*
end
thide
*
)
(
*
end
hide
*
)
(
**
In
general
,
similar
commands
will
be
hidden
in
the
book
rendering
of
each
chapter
'
s
source
code
,
so
you
will
need
to
insert
them
in
from
-
scratch
replayings
of
the
code
that
is
presented
.
To
be
more
specific
,
every
chapter
begins
with
the
above
two
lines
,
with
the
import
list
tweaked
as
appropriate
,
considering
which
definitions
the
chapter
uses
.
The
second
command
above
affects
the
default
behavior
of
definitions
regarding
type
inference
.
*
)
(
**
In
general
,
similar
commands
will
be
hidden
in
the
book
rendering
of
each
chapter
'
s
source
code
,
so
you
will
need
to
insert
them
in
from
-
scratch
replayings
of
the
code
that
is
presented
.
To
be
more
specific
,
every
chapter
begins
with
the
above
two
lines
,
with
the
import
list
tweaked
as
appropriate
,
considering
which
definitions
the
chapter
uses
.
The
second
command
above
affects
the
default
behavior
of
definitions
regarding
type
inference
.
*
)
...
@@ -401,12 +407,6 @@ app_assoc_reverse
...
@@ -401,12 +407,6 @@ 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