mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-20 10:02:03 +03:00
28 lines
527 B
Plaintext
28 lines
527 B
Plaintext
1/1: Building ParseRecord (ParseRecord.idr)
|
|
Error: Expected 'where'.
|
|
|
|
ParseRecord:1:10--1:11
|
|
1 | record R : Type where
|
|
^
|
|
|
|
1/1: Building ParseRecord2 (ParseRecord2.idr)
|
|
Error: Fields have to be named.
|
|
|
|
ParseRecord2:4:3--4:4
|
|
1 | record R where
|
|
2 | constructor MkR
|
|
3 | one : Type
|
|
4 | _ : Type
|
|
^
|
|
|
|
1/1: Building ParseRecord3 (ParseRecord3.idr)
|
|
Error: Fields have to be named.
|
|
|
|
ParseRecord3:4:9--4:10
|
|
1 | record R where
|
|
2 | constructor MkR
|
|
3 | one : Type
|
|
4 | {auto _ : Type}
|
|
^
|
|
|