mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 09:12:34 +03:00
12 lines
344 B
Plaintext
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)
|