Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cduce
cduce
Commits
30dd8139
Commit
30dd8139
authored
Jul 10, 2007
by
Pietro Abate
Browse files
[r2004-06-29 05:56:40 by afrisch] Empty log message
Original author: afrisch Date: 2004-06-29 05:56:40+00:00
parent
c77d3fe2
Changes
1
Hide whitespace changes
Inline
Side-by-side
web/manual/interface.xml
View file @
30dd8139
...
...
@@ -159,6 +159,11 @@ can't, because its infinite unfolding is not a regular type.
OCaml object types are not supported.
</p>
<p>
Note that values are copied in depth (until reaching an abstract type,
a function types, etc...). In particular, translating an OCaml cyclic
values to CDuce will not terminate (well, with a stack overflow !).
</p>
</box>
...
...
@@ -311,8 +316,7 @@ Here is the protocol to compile a single CDuce module:
<p>
It is possible to run a CDuce module with
<code>
cduce --run
foo.cdo
</code>
, but only if it doesn't use OCaml values (not
currently checked, but please don't try !).
foo.cdo
</code>
, but only if it doesn't use OCaml values.
</p>
<p>
...
...
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