Skip to content

Commit dc4d901

Browse files
committed
Arregla los tests
1 parent f9bc1c0 commit dc4d901

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/functional/monads.p6

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ use v6;
66
# Haskell: IO a
77
# Perl 6: { a }
88

9-
# return :: (Monad m) => a -> m a
10-
sub mreturn($a --> Code ) { return { $a } }
11-
129
# (>>=) :: (Monad m) => m a -> (a -> m b) -> m b
1310
sub mbind(
1411
Code $ma, # m a

0 commit comments

Comments
 (0)