-
- Downloads
There was an error fetching the commit references. Please try again later.
Do not expose Trait and Module by default
This allows custom modules to define types with the name Trait or Module. To use Trait and Module you just import them from std::trait and std::module respectively. The module std::module does not define anything useful at this time, but more useful code will be added to it in the future.
Showing
- runtime/src/core/globals.inko 0 additions, 2 deletionsruntime/src/core/globals.inko
- runtime/src/core/prelude.inko 1 addition, 0 deletionsruntime/src/core/prelude.inko
- runtime/src/std/mirror.inko 2 additions, 1 deletionruntime/src/std/mirror.inko
- runtime/src/std/module.inko 9 additions, 0 deletionsruntime/src/std/module.inko
- runtime/src/std/trait.inko 3 additions, 0 deletionsruntime/src/std/trait.inko
runtime/src/std/module.inko
0 → 100644
Please register or sign in to comment