-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update stdlib submodule to current stdlib main (#2364)
This PR updates the stdlib submodule reference to point to anoma/juvix-stdlib:main, after merging anoma/juvix-stdlib#80 and anoma/juvix-stdlib#81
- Loading branch information
1 parent
8daca2b
commit d6820f5
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule juvix-stdlib
updated
11 files
+3 −2 | Stdlib/Data/Int/Base.juvix | |
+5 −5 | Stdlib/Data/Int/Range.juvix | |
+3 −2 | Stdlib/Data/List.juvix | |
+5 −6 | Stdlib/Data/List/Base.juvix | |
+5 −5 | Stdlib/Data/Nat/Range.juvix | |
+3 −2 | Stdlib/Data/Product.juvix | |
+1 −2 | Stdlib/Data/Product/Base.juvix | |
+2 −7 | test/Makefile | |
+20 −23 | test/Test.juvix | |
+1 −3 | test/Test/Arb.juvix | |
+4 −1 | test/juvix.yaml |