-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
339e84c
commit 74d3c2f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule juvix-stdlib
updated
10 files
+10 −2 | Stdlib/Data/Bool.juvix | |
+10 −2 | Stdlib/Data/Maybe.juvix | |
+0 −38 | Stdlib/Data/Ordering.juvix | |
+12 −2 | Stdlib/Data/Pair.juvix | |
+10 −2 | Stdlib/Data/Result.juvix | |
+5 −2 | Stdlib/Data/Unit.juvix | |
+5 −1 | Stdlib/Trait/Eq.juvix | |
+27 −6 | Stdlib/Trait/Ord.juvix | |
+4 −1 | Stdlib/Trait/Partial.juvix | |
+5 −2 | Stdlib/Trait/Show.juvix |