mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-28 11:05:17 +03:00
10 lines
175 B
Plaintext
10 lines
175 B
Plaintext
1/1: Building Do (Do.idr)
|
|
Main> 0 b : Type
|
|
0 a' : Type
|
|
0 a : Type
|
|
0 m : Type -> Type
|
|
x : m a
|
|
------------------------------
|
|
foo : (a' -> m b) -> m b
|
|
Main> Bye for now!
|