Skip to content

maybe enable using included modules #226

Description

@ooovi

at the moment, all code that is typechecked has to be inside a module. hence, individual files cannot be checked if they don't define a module. on the other hand, if they do defne a module they cannot be used with include in other files that are supposed to be checked, because that would lead to a nested module inside the including module and we don;t allow using stuff from modules inside tyecheckable code. might be handy to implement this but seems a bit involved.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions