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
3d7e49d1
Commit
3d7e49d1
authored
Jul 10, 2007
by
Pietro Abate
Browse files
[r2004-07-04 23:42:13 by beppe] Empty log message
Original author: beppe Date: 2004-07-04 23:42:13+00:00
parent
351bdb9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
web/manual/interface.xml
View file @
3d7e49d1
...
...
@@ -184,7 +184,7 @@ OCaml object types are not supported.
<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
!).
values to CDuce will not terminate (well, with a stack overflow!).
</p>
</box>
...
...
@@ -328,7 +328,7 @@ Here is the protocol to compile a single CDuce module:
</p>
<p>
Everything works mutatis mutandis with the native OCaml compiler ocamlopt.
Everything works
<i>
mutatis mutandis
</i>
with the native OCaml compiler ocamlopt.
</p>
<p>
...
...
@@ -377,7 +377,8 @@ compile and link it with:
<sample>
cduce --compile cdsdl.cd -I `ocamlfind query ocamlsdl`
ocamlfind ocamlc -o cdsdl -pp "cdo2ml -static" -impl cdsdl.cdo -package cduce,ocamlsdl -linkpkg
ocamlfind ocamlc -o cdsdl -pp "cdo2ml -static" -impl cdsdl.cdo \
-package cduce,ocamlsdl -linkpkg
</sample>
...
...
@@ -411,7 +412,8 @@ compile and link it with:
<sample>
cduce --compile cdmysql.cd -I `ocamlfind query mysql`
ocamlfind ocamlc -o cdmysql -pp "cdo2ml -static" -impl cdmysql.cdo -package cduce,mysql -linkpkg
ocamlfind ocamlc -o cdmysql -pp "cdo2ml -static" -impl cdmysql.cdo \
-package cduce,mysql -linkpkg
</sample>
</section>
...
...
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