|
@@ -128,7 +128,7 @@ let class_module_type c =
|
|
{ (mk_typedef c.cl_module path c.cl_pos null_pos t) with t_private = true}
|
|
{ (mk_typedef c.cl_module path c.cl_pos null_pos t) with t_private = true}
|
|
|
|
|
|
let mk_class m path pos name_pos =
|
|
let mk_class m path pos name_pos =
|
|
- let rec c = {
|
|
|
|
|
|
+ let c = {
|
|
cl_path = path;
|
|
cl_path = path;
|
|
cl_module = m;
|
|
cl_module = m;
|
|
cl_pos = pos;
|
|
cl_pos = pos;
|
|
@@ -966,4 +966,4 @@ let class_field_of_enum_field ef = {
|
|
);
|
|
);
|
|
cf_doc = ef.ef_doc;
|
|
cf_doc = ef.ef_doc;
|
|
cf_params = ef.ef_params;
|
|
cf_params = ef.ef_params;
|
|
-}
|
|
|
|
|
|
+}
|