mirror of
https://github.com/anoma/juvix.git
synced 2024-11-30 14:13:27 +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
|
--- Simple lambda calculus
|
||||||
module test052;
|
module test052;
|
||||||
|
|
||||||
import Stdlib.Prelude open;
|
import Stdlib.Prelude open hiding {>>=};
|
||||||
import Stdlib.Debug.Fail open;
|
import Stdlib.Debug.Fail open;
|
||||||
|
|
||||||
LambdaTy : Type -> Type := Lambda';
|
LambdaTy : Type -> Type := Lambda';
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
--- Simple lambda calculus
|
--- Simple lambda calculus
|
||||||
module test052;
|
module test052;
|
||||||
|
|
||||||
import Stdlib.Prelude open;
|
import Stdlib.Prelude open hiding {>>=};
|
||||||
|
|
||||||
LambdaTy : Type -> Type := Lambda';
|
LambdaTy : Type -> Type := Lambda';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user