Skip to content

Using a package before it is #require'd will result in unbound module errors even after it is later #require'd. #54

@ciaran16

Description

@ciaran16

For example, Core.Std.printf "Hello world" results in Error: Unbound module Core as expected. However if I then do #require "core.top" and then rerun the above, I still get Unbound module Core.

If I restart iocaml and make sure to #require a package first, then it works fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions