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
bddbf70c
Commit
bddbf70c
authored
Nov 02, 2011
by
Adam Chlipala
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pass through old content of Reflection
parent
8bc737f3
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
69 additions
and
61 deletions
+69
-61
cpdt.bib
latex/cpdt.bib
+7
-0
Generic.v
src/Generic.v
+1
-1
Reflection.v
src/Reflection.v
+61
-60
No files found.
latex/cpdt.bib
View file @
bddbf70c
...
...
@@ -302,3 +302,10 @@
year = {1989},
pages = {60--76},
}
@inproceedings{reflection,
author = {Boutin, Samuel},
title = {Using reflection to build efficient and certified decision procedures},
booktitle = {Proceedings of the Third International Symposium on Theoretical Aspects of Computer Software},
year = {1997},
}
src/Generic.v
View file @
bddbf70c
...
...
@@ -530,7 +530,7 @@ Error: Impossible to unify "datatypeDenoteOk dd" with
(r : ilist nat (recursive x)) => foldr plus 1%nat r) dt) v > 0"
.
>>
Matching
the
type
of
[
dok
]
with
the
type
of
our
conclusion
requires
more
than
simple
first
-
order
unification
,
so
[
apply
]
is
not
up
to
the
challenge
.
We
can
use
the
[
pattern
]
tactic
to
get
our
goal
into
a
form
that
makes
it
apparent
exactly
what
the
induction
hypothesis
is
.
*
)
Matching
the
type
of
[
dok
]
with
the
type
of
our
conclusion
requires
more
than
simple
first
-
order
unification
,
so
[
apply
]
is
not
up
to
the
challenge
.
We
can
use
the
%
\
index
{
tactics
!
pattern
}%
[
pattern
]
tactic
to
get
our
goal
into
a
form
that
makes
it
apparent
exactly
what
the
induction
hypothesis
is
.
*
)
pattern
v
.
(
**
%
\
vspace
{-
.15
in
}%
[[
...
...
src/Reflection.v
View file @
bddbf70c
This diff is collapsed.
Click to expand it.
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