We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82576d3 commit 3623520Copy full SHA for 3623520
bytecomp/lambda.ml
@@ -496,7 +496,7 @@ let rec transl_normal_path = function
496
Pident id ->
497
if Ident.global id then Lprim(Pgetglobal id, []) else Lvar id
498
| Pdot(p, s, pos) ->
499
- Lprim(Pfield (pos, Fld_na (* TODO *)), [transl_normal_path p])
+ Lprim(Pfield (pos, Fld_module s ), [transl_normal_path p])
500
| Papply(p1, p2) ->
501
fatal_error "Lambda.transl_path"
502
stdlib/target_camlheader
stdlib/target_camlheaderd
0 commit comments