Packages

Package loader and (theoretically) typechecker for glance

Current section

Files

Jump to
glimpse include glimpse@package_Package.hrl
Raw

include/glimpse@package_Package.hrl

-record(package, {
name :: binary(),
modules :: gleam@dict:dict(binary(), glimpse@package:module_())
}).