Skip to content

Implement modules #35

@EarthCitizen

Description

@EarthCitizen

Module will be a type
Objects will need to have a reference to which module they belong to

For module consumer:

import foo.submod.submod
import foo.submod.submod as sm

For module definer:

module foo.submod export (Foo, X) ...???

val X = 123
class Foo {}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions