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
2a1668a3
Commit
2a1668a3
authored
Jul 10, 2007
by
Pietro Abate
Browse files
[r2004-06-28 03:54:06 by afrisch] Empty log message
Original author: afrisch Date: 2004-06-28 03:54:06+00:00
parent
19a9483f
Changes
2
Hide whitespace changes
Inline
Side-by-side
driver/librarian.ml
View file @
2a1668a3
...
...
@@ -192,7 +192,7 @@ let rec load id =
try
open_in
obj
with
Sys_error
_
->
raise
(
CannotOpen
obj
)
in
let
(
dig
,
depend
,
raw
)
=
let
(
dig
,
depend
,
raw
,
stub
)
=
try
Marshal
.
from_channel
ic
with
Failure
_
|
End_of_file
->
raise
(
InvalidObject
obj
)
in
...
...
ocamliface/mlstub.ml
View file @
2a1668a3
...
...
@@ -2,13 +2,8 @@
(* TODO:
- optimizations: generate labels and atoms only once.
- implement functions OCaml -> CDuce
- references OCaml -> CDuce (need functions)
- MD5 checksum
- embeded CDuce code in OCaml
Note: for functions, the problem is to generate types. Solution:
put them in some global slots of the .cmo and fetch them from there.
*)
...
...
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