mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-19 19:01:44 +03:00
32583d608d
and a small fix for the generation of method types which was okay for Blodwen, but not here
12 lines
250 B
Plaintext
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!
|