Idris2/tests/idris2/coverage016/expected

12 lines
348 B
Plaintext
Raw Normal View History

1/1: Building Issue633 (Issue633.idr)
Error: While processing left hand side of test. Can't match on \x => True (Not a constructor application or primitive).
Issue633.idr:4:1--4:18
1 | %default total
2 |
3 | test : (f : () -> Bool) -> f () = True
4 | test (\x => True) = Refl
^^^^^^^^^^^^^^^^^
1/1: Building Issue633-2 (Issue633-2.idr)