mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-15 14:23:32 +03:00
10 lines
209 B
Plaintext
10 lines
209 B
Plaintext
1/1: Building Issue758 (Issue758.idr)
|
|
Issue758> 0 b : Type
|
|
0 m : Type -> Type
|
|
0 a : a
|
|
0 ma : m ((1 _ : a) -> b)
|
|
0 f : (1 _ : a) -> b
|
|
------------------------------
|
|
what_is_f : m ()
|
|
Issue758> Bye for now!
|