mirror of
https://github.com/anoma/juvix.git
synced 2024-11-30 05:42:26 +03:00
Monad and Applicative traits in juvix stdlib (#2979)
This PR updates the stdlib submodule to juvix-stdlib main branch. It contains Monad and Applicative traits.
This commit is contained in:
parent
eb00fa48ba
commit
3d21ab4325
@ -1 +1 @@
|
||||
Subproject commit 17a82dd466010b51924677b16a3f09a6c4c86a80
|
||||
Subproject commit 615a02c8107076ca9661c5234d41792be91a5104
|
@ -1,7 +1,7 @@
|
||||
--- Simple lambda calculus
|
||||
module test052;
|
||||
|
||||
import Stdlib.Prelude open;
|
||||
import Stdlib.Prelude open hiding {>>=};
|
||||
import Stdlib.Debug.Fail open;
|
||||
|
||||
LambdaTy : Type -> Type := Lambda';
|
||||
|
@ -1,7 +1,7 @@
|
||||
--- Simple lambda calculus
|
||||
module test052;
|
||||
|
||||
import Stdlib.Prelude open;
|
||||
import Stdlib.Prelude open hiding {>>=};
|
||||
|
||||
LambdaTy : Type -> Type := Lambda';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user