mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-24 04:09:10 +03:00
12 lines
246 B
Plaintext
12 lines
246 B
Plaintext
1/1: Building DeclIndent (DeclIndent.idr)
|
|
Error: Couldn't parse any alternatives:
|
|
1: Unexpected end of expression.
|
|
|
|
DeclIndent:4:2--4:3
|
|
1 | namespace A
|
|
2 | test : (x : Type -> Type) -> Type
|
|
3 | test x =
|
|
4 | x Type
|
|
^
|
|
... (2 others)
|