mirror of
https://github.com/anoma/juvix.git
synced 2024-12-02 10:47:32 +03:00
c6586a960d
This PR adds a Package.juvix file to the global 'package' package (that is the package containing the `PackageDescription.{Basic, V1}` modules. This means that users can now go-to-definition on Package.juvix types and identifiers and navigate to fully highlighted `PackageDescription.{Basic, V1}` modules. * Closes https://github.com/anoma/juvix/issues/2525
6 lines
91 B
Plaintext
6 lines
91 B
Plaintext
module Package;
|
|
|
|
import PackageDescription.Basic open;
|
|
|
|
package : Package := basicPackage;
|