Skip to content

Commit

Permalink
Monad and Applicative traits in juvix stdlib (#2979)
Browse files Browse the repository at this point in the history
This PR updates the stdlib submodule to juvix-stdlib main branch.

It contains Monad and Applicative traits.
  • Loading branch information
paulcadman authored Aug 30, 2024
1 parent eb00fa4 commit 3d21ab4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/Anoma/Compilation/positive/test052.juvix
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
2 changes: 1 addition & 1 deletion tests/Compilation/positive/test052.juvix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--- Simple lambda calculus
module test052;

import Stdlib.Prelude open;
import Stdlib.Prelude open hiding {>>=};

LambdaTy : Type -> Type := Lambda';

Expand Down

0 comments on commit 3d21ab4

Please sign in to comment.