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
de0a7248
Commit
de0a7248
authored
Oct 25, 2011
by
Adam Chlipala
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix template
parent
4f38f170
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Coinductive.v
src/Coinductive.v
+1
-1
No files found.
src/Coinductive.v
View file @
de0a7248
...
...
@@ -96,7 +96,7 @@ Eval simpl in approx trues_falses 10.
]]
*
)
(
*
end
thide
*
)
(
*
end
thide
*
)
(
**
So
far
,
it
looks
like
co
-
inductive
types
might
be
a
magic
bullet
,
allowing
us
to
import
all
of
the
Haskeller
'
s
usual
tricks
.
However
,
there
are
important
restrictions
that
are
dual
to
the
restrictions
on
the
use
of
inductive
types
.
Fixpoints
%
\
textit
{%
#
<
i
>
#
consume
#
</
i
>
#
%}%
values
of
inductive
types
,
with
restrictions
on
which
%
\
textit
{%
#
<
i
>
#
arguments
#
</
i
>
#
%}%
may
be
passed
in
recursive
calls
.
Dually
,
co
-
fixpoints
%
\
textit
{%
#
<
i
>
#
produce
#
</
i
>
#
%}%
values
of
co
-
inductive
types
,
with
restrictions
on
what
may
be
done
with
the
%
\
textit
{%
#
<
i
>
#
results
#
</
i
>
#
%}%
of
co
-
recursive
calls
.
...
...
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