Idris2-boot/tests/idris2/interface003/expected
Edwin Brady 32583d608d More interface tests
and a small fix for the generation of method types which was okay for
Blodwen, but not here
2019-06-24 18:04:43 +01:00

12 lines
250 B
Plaintext

1/1: Building Do (Do.idr)
Welcome to Idris 2 version 0.0. Enjoy yourself!
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!