mirror of
https://github.com/idris-lang/Idris2.git
synced 2025-01-04 14:18:26 +03:00
12 lines
348 B
Plaintext
12 lines
348 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.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)
|