Idris2/tests/idris2/coverage/coverage016/expected
2023-09-07 14:57:22 +01:00

12 lines
344 B
Plaintext

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: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)