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
723d8495
Commit
723d8495
authored
Oct 07, 2008
by
Adam Chlipala
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove -impredicative-set from text
parent
83fd5496
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
StackMachine.v
src/StackMachine.v
+1
-1
No files found.
src/StackMachine.v
View file @
723d8495
...
...
@@ -26,7 +26,7 @@ As always, you can step through the source file %\texttt{%#<tt>#StackMachine.v#<
There
are
some
minor
headaches
associated
with
getting
Proof
General
to
pass
the
proper
command
line
arguments
to
the
%
\
texttt
{%
#
<
tt
>
#
coqtop
#
</
tt
>
#
%}%
program
.
The
best
way
to
add
settings
that
will
be
shared
by
many
source
files
is
to
add
a
custom
variable
setting
to
your
%
\
texttt
{%
#
<
tt
>
#
.
emacs
#
</
tt
>
#
%}%
file
,
like
this
:
%
\
begin
{
verbatim
}%
#
<
pre
>
#(
custom
-
set
-
variables
...
'
(
coq
-
prog
-
args
'
(
"-
impredicative-set"
"-
I"
"/path/to/cpdt/src"
))
'
(
coq
-
prog
-
args
'
(
"-I"
"/path/to/cpdt/src"
))
...
)#
</
pre
>
#
%
\
end
{
verbatim
}%
The
extra
arguments
demonstrated
here
are
the
proper
choices
for
working
with
the
code
for
this
book
.
The
ellipses
stand
for
other
Emacs
customization
settings
you
may
already
have
.
It
can
be
helpful
to
save
several
alternate
sets
of
flags
in
your
%
\
texttt
{%
#
<
tt
>
#
.
emacs
#
</
tt
>
#
%}%
file
,
with
all
but
one
commented
out
within
the
%
\
texttt
{%
#
<
tt
>
#
custom
-
set
-
variables
#
</
tt
>
#
%}%
block
at
any
given
time
.
...
...
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