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.
2 parents d630a72 + 57e63b3 commit 0a47e5dCopy full SHA for 0a47e5d
src/ocaml/typing/persistent_env.ml
@@ -759,9 +759,6 @@ type 'a sig_reader =
759
Checks that OCaml source is allowed to refer to this module. *)
760
761
let acknowledge_pers_struct penv short_path_comps modname pers_name val_of_pers_sig =
762
- if modname.Global_module.Name.args <> [] then
763
- Misc.fatal_errorf "TODO: Unsupported instance name: %a"
764
- Global_module.Name.print modname;
765
let {persistent_structures; _} = penv in
766
let import = pers_name.pn_import in
767
let global = pers_name.pn_global in
0 commit comments