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
1c4b6709
Commit
1c4b6709
authored
Sep 20, 2011
by
Adam Chlipala
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
thide parsing-motivating definitions at start of Predicates
parent
02beda15
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
Predicates.v
src/Predicates.v
+2
-0
No files found.
src/Predicates.v
View file @
1c4b6709
...
@@ -16,6 +16,7 @@ Set Implicit Arguments.
...
@@ -16,6 +16,7 @@ Set Implicit Arguments.
(
*
Extra
definitions
to
get
coqdoc
to
choose
the
right
fonts
.
*
)
(
*
Extra
definitions
to
get
coqdoc
to
choose
the
right
fonts
.
*
)
(
*
begin
thide
*
)
Inductive
unit
:=
tt
.
Inductive
unit
:=
tt
.
Inductive
Empty_set
:=
.
Inductive
Empty_set
:=
.
Inductive
bool
:=
true
|
false
.
Inductive
bool
:=
true
|
false
.
...
@@ -26,6 +27,7 @@ Inductive or := or_introl | or_intror.
...
@@ -26,6 +27,7 @@ Inductive or := or_introl | or_intror.
Inductive
ex
:=
ex_intro
.
Inductive
ex
:=
ex_intro
.
Inductive
eq
:=
refl_equal
.
Inductive
eq
:=
refl_equal
.
Reset
unit
.
Reset
unit
.
(
*
end
thide
*
)
(
*
end
hide
*
)
(
*
end
hide
*
)
(
**
%
\
chapter
{
Inductive
Predicates
}%
*
)
(
**
%
\
chapter
{
Inductive
Predicates
}%
*
)
...
...
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