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
453fc375
Commit
453fc375
authored
Oct 02, 2012
by
Adam Chlipala
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Batch of changes based on proofreader feedback
parent
78fc804e
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
55 additions
and
58 deletions
+55
-58
InductiveTypes.v
src/InductiveTypes.v
+46
-57
Predicates.v
src/Predicates.v
+1
-1
updates.rss
staging/updates.rss
+8
-0
No files found.
src/InductiveTypes.v
View file @
453fc375
This diff is collapsed.
Click to expand it.
src/Predicates.v
View file @
453fc375
...
...
@@ -380,7 +380,7 @@ We will see more about Coq's program extraction facility in a later chapter. Ho
Theorem
exist1
:
exists
x
:
nat
,
x
+
1
=
2.
(
*
begin
thide
*
)
(
**
remove
printing
exists
*
)
(
**
We
can
start
this
proof
with
a
tactic
%
\
index
{
tactics
!
exists
}%
[
exists
]
,
which
should
not
be
confused
with
the
formula
constructor
shorthand
of
the
same
name
.
(
In
the
PDF
version
of
this
document
,
the
reverse
%
`
%
#
'
#
E
#
'
#
%
'
%
appears
instead
of
the
text
"exists"
in
formulas
.
)
*
)
(
**
We
can
start
this
proof
with
a
tactic
%
\
index
{
tactics
!
exists
}%
[
exists
]
,
which
should
not
be
confused
with
the
formula
constructor
shorthand
of
the
same
name
.
%
In
the
version
of
this
document
that
you
are
reading
,
the
reverse
`
`E
''
appears
instead
of
the
text
`
`exists
''
in
formulas
.%
*
)
exists
1.
...
...
staging/updates.rss
View file @
453fc375
...
...
@@ -11,6 +11,14 @@
<webMaster>
adam@chlipala.net
</webMaster>
<docs>
http://blogs.law.harvard.edu/tech/rss
</docs>
<item>
<title>
Batch of changes based on proofreader feedback
</title>
<pubDate>
Tue, 2 Oct 2012 11:34:17 EDT
</pubDate>
<link>
http://adam.chlipala.net/cpdt/
</link>
<author>
adamc@csail.mit.edu
</author>
<description>
Thanks to everyone who is helping with the final proofreading!
</description>
</item>
<item>
<title>
Batch of changes based on proofreader feedback
</title>
<pubDate>
Wed, 26 Sep 2012 16:31:01 EDT
</pubDate>
...
...
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