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
0196caaa
Commit
0196caaa
authored
Oct 22, 2008
by
Adam Chlipala
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify intent to use hlist
parent
748b7f8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
DataStruct.v
src/DataStruct.v
+1
-1
No files found.
src/DataStruct.v
View file @
0196caaa
...
...
@@ -833,7 +833,7 @@ Qed.
Repeat
this
process
so
that
you
implement
each
definition
for
each
of
the
three
definition
styles
covered
in
this
chapter
:
inductive
,
recursive
,
and
index
function
.
#
</
li
>
#
%
\
item
%
#
<
li
>
#
Write
a
dependently
-
typed
interpreter
for
a
simple
programming
language
with
ML
-
style
pattern
-
matching
.
The
language
is
defined
informally
by
this
grammar
:
%
\
item
%
#
<
li
>
#
Write
a
dependently
-
typed
interpreter
for
a
simple
programming
language
with
ML
-
style
pattern
-
matching
,
using
one
of
the
encodings
of
heterogeneous
lists
to
represent
the
different
branches
of
a
[
case
]
expression
.
(
There
are
other
ways
to
represent
the
same
thing
,
but
the
point
of
this
exercise
is
to
practice
using
those
heterogeneous
list
types
.
)
The
object
language
is
defined
informally
by
this
grammar
:
[[
t
::=
bool
|
t
+
t
...
...
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