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
12ef0ec5
Commit
12ef0ec5
authored
Nov 13, 2009
by
Adam Chlipala
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Port Generic
parent
7e0330f7
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
463 additions
and
27 deletions
+463
-27
Makefile
Makefile
+4
-4
Generic.v
src/Generic.v
+457
-21
Intro.v
src/Intro.v
+2
-2
No files found.
Makefile
View file @
12ef0ec5
MODULES_NODOC
:=
Axioms Tactics MoreSpecif DepList
MODULES_NODOC
:=
Axioms Tactics MoreSpecif DepList
MODULES_PROSE
:=
Intro
MODULES_PROSE
:=
Intro
MODULES_CODE
:=
StackMachine InductiveTypes Predicates Coinductive Subset
\
MODULES_CODE
:=
StackMachine InductiveTypes Predicates Coinductive Subset
\
MoreDep DataStruct Equality
Match Reflection Firstorder Hoas Interp
s
\
MoreDep DataStruct Equality
Generic Match Reflection Firstorder Hoa
s
\
Extensional Intensional Impure Generic
Interps Extensional Intensional Impure
MODULES_DOC
:=
$(MODULES_PROSE)
$(MODULES_CODE)
MODULES_DOC
:=
$(MODULES_PROSE)
$(MODULES_CODE)
MODULES
:=
$(MODULES_NODOC)
$(MODULES_DOC)
MODULES
:=
$(MODULES_NODOC)
$(MODULES_DOC)
VS
:=
$
(
MODULES:%
=
src/%.v
)
VS
:=
$
(
MODULES:%
=
src/%.v
)
...
@@ -30,7 +30,7 @@ doc: latex/cpdt.dvi latex/cpdt.pdf html
...
@@ -30,7 +30,7 @@ doc: latex/cpdt.dvi latex/cpdt.pdf html
latex/cpdt.tex
:
Makefile $(VS)
latex/cpdt.tex
:
Makefile $(VS)
cd
src
;
coqdoc
--interpolate
--latex
-s
$(VS_DOC)
\
cd
src
;
coqdoc
--interpolate
--latex
-s
$(VS_DOC)
\
-p
"
\u
sepackage{url}"
\
-p
"
\u
sepackage{url
,amsmath,amssymb
}"
\
-p
"
\t
itle{Certified Programming with Dependent Types}"
\
-p
"
\t
itle{Certified Programming with Dependent Types}"
\
-p
"
\a
uthor{Adam Chlipala}"
\
-p
"
\a
uthor{Adam Chlipala}"
\
-p
"
\i
ffalse"
\
-p
"
\i
ffalse"
\
...
@@ -38,7 +38,7 @@ latex/cpdt.tex: Makefile $(VS)
...
@@ -38,7 +38,7 @@ latex/cpdt.tex: Makefile $(VS)
latex/%.tex
:
src/%.v
latex/%.tex
:
src/%.v
coqdoc
--interpolate
--latex
-s
\
coqdoc
--interpolate
--latex
-s
\
-p
"
\u
sepackage{url}"
\
-p
"
\u
sepackage{url
,amsmath,amssymb
}"
\
$<
-o
$@
$<
-o
$@
latex/%.dvi
:
latex/%.tex
latex/%.dvi
:
latex/%.tex
...
...
src/Generic.v
View file @
12ef0ec5
This diff is collapsed.
Click to expand it.
src/Intro.v
View file @
12ef0ec5
...
@@ -199,6 +199,8 @@ Dependent Data Structures & \texttt{DataStruct.v} \\
...
@@ -199,6 +199,8 @@ Dependent Data Structures & \texttt{DataStruct.v} \\
\
hline
\
hline
Reasoning
About
Equality
Proofs
&
\
texttt
{
Equality
.
v
}
\
\
Reasoning
About
Equality
Proofs
&
\
texttt
{
Equality
.
v
}
\
\
\
hline
\
hline
Generic
Programming
&
\
texttt
{
Generic
.
v
}
\
\
\
hline
Proof
Search
in
Ltac
&
\
texttt
{
Match
.
v
}
\
\
Proof
Search
in
Ltac
&
\
texttt
{
Match
.
v
}
\
\
\
hline
\
hline
Proof
by
Reflection
&
\
texttt
{
Reflection
.
v
}
\
\
Proof
by
Reflection
&
\
texttt
{
Reflection
.
v
}
\
\
...
@@ -215,8 +217,6 @@ Intensional Transformations & \texttt{Intensional.v} \\
...
@@ -215,8 +217,6 @@ Intensional Transformations & \texttt{Intensional.v} \\
\
hline
\
hline
Modeling
Impure
Languages
&
\
texttt
{
Impure
.
v
}
\
\
Modeling
Impure
Languages
&
\
texttt
{
Impure
.
v
}
\
\
\
hline
\
hline
Generic
Programming
&
\
texttt
{
Generic
.
v
}
\
\
\
hline
\
end
{
tabular
}
\
end
{
center
}
\
end
{
tabular
}
\
end
{
center
}
%
*
)
%
*
)
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