Idris2-boot/tests/idris2/interface003/expected
2019-09-24 20:26:25 +06:00

11 lines
202 B
Plaintext

1/1: Building Do (Do.idr)
Main> 0 b : Type
0 a' : Type
0 a : Type
0 m : Type -> Type
conArg : Monad m
x : m a
-------------------------------------
foo : (a' -> m b) -> m b
Main> Bye for now!