mirror of
https://github.com/anoma/juvix.git
synced 2024-12-02 10:47:32 +03:00
0edbcfdaa0
This updates the juvix-stdlib to contain: * https://github.com/anoma/juvix-stdlib/pull/111 * https://github.com/anoma/juvix-stdlib/pull/114 Much work needs to be done in the test suite to integrate these changes.
6 lines
91 B
Plaintext
6 lines
91 B
Plaintext
module Package;
|
|
|
|
import PackageDescription.Basic open;
|
|
|
|
package : Package := basicPackage;
|