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
0a92d04a
Commit
0a92d04a
authored
Jul 10, 2007
by
Pietro Abate
Browse files
[r2004-06-28 12:54:57 by afrisch] Cosmque
Original author: afrisch Date: 2004-06-28 12:54:57+00:00
parent
3e7c40a6
Changes
2
Hide whitespace changes
Inline
Side-by-side
ocamliface/mlstub.ml
View file @
0a92d04a
...
...
@@ -2,7 +2,6 @@
(* TODO:
- optimizations: generate labels and atoms only once.
- MD5 checksum
- translate record to open record on positive occurence
*)
...
...
ocamliface/mltypes.ml
View file @
0a92d04a
...
...
@@ -114,9 +114,7 @@ let rec unfold seen constrs ty =
|
_
->
assert
false
)
rd
.
row_fields
in
PVariant
fields
|
Tvar
->
Var
(
get_var
ty
.
id
)
(* failwith "Polymorphic value"*)
|
Tvar
->
Var
(
get_var
ty
.
id
)
|
Tconstr
(
p
,
args
,_
)
->
let
args
=
List
.
map
loop
args
in
let
pn
=
Path
.
name
p
in
...
...
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