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
bb845caa
Commit
bb845caa
authored
Oct 05, 2007
by
Pietro Abate
Browse files
[r2004-06-25 12:24:30 by afrisch] Generate lowercase .ml
Original author: afrisch Date: 2004-06-25 12:24:30+00:00
parent
63ca3393
Changes
1
Hide whitespace changes
Inline
Side-by-side
driver/cduce.ml
View file @
bb845caa
...
...
@@ -291,7 +291,7 @@ ifdef ML_INTERFACE then
let
ml_cu
=
ML
.
CompUnit
.
from_bytecode
file
cu
and
cd_cu
=
Ml_cduce
.
CompUnit
.
from_types_cu
cu
id
in
Ml_checker
.
run
ml_cu
cd_cu
;
let
out
=
open_out
(
Filename
.
concat
out_dir
(
cu
^
".ml"
)
)
in
let
out
=
open_out
(
Filename
.
concat
out_dir
(
fnam
^
".ml"
)
)
in
let
fmt
=
Format
.
formatter_of_out_channel
out
in
Ml_generator
.
ML
.
generate
fmt
cu
ml_cu
cd_cu
;
close_out
out
;
...
...
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