mirror of
https://github.com/anoma/juvix.git
synced 2024-11-30 14:13:27 +03:00
c1c2a06922
The special PathResolver puts files from the global package stdlib and files from the global package description files in scope of the $root/Package.juvix module. Currently this means that PackageDescription module is in scope for the module so that the user can write: ``` module Package; import Stdlib.Prelude open; import PackageDescription open; package : Package := mkPackageDefault (name := "foo") { version := mkVersion 0 1 0 ; dependencies := [ github "anoma" "juvix-stdlib" "adf58a7180b361a022fb53c22ad9e5274ebf6f66" ; github "anoma" "juvix-containers" "v0.7.1"]}; ``` |
||
---|---|---|
.. | ||
Asm | ||
benchmark | ||
Compilation | ||
Core | ||
examplesExpected | ||
Geb/positive | ||
Internal | ||
negative | ||
positive | ||
runtime/positive | ||
smoke/Commands | ||
VampIR | ||
.gitattributes |