Idris2/tests/idris2/linear013/expected

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!