mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-01 21:40:58 +00:00
Allows a module to be imported with an alias:
import JsonDecode as JD
Import aliases must be unique and they cannot have the same name
as an imported module.
|
||
|---|---|---|
| .. | ||
| fixtures/build | ||
| helpers | ||
| test_load.rs | ||