2021-03-22 16:22:52 +03:00
|
|
|
1/1: Building Issue710a (Issue710a.idr)
|
2021-07-15 22:05:23 +03:00
|
|
|
Error: Couldn't parse any alternatives:
|
|
|
|
1: Expected a capitalised identifier, got: r.
|
2021-03-22 16:22:52 +03:00
|
|
|
|
2021-06-05 14:53:22 +03:00
|
|
|
Issue710a:3:8--3:9
|
2021-03-22 16:22:52 +03:00
|
|
|
1 | module Issue710a
|
|
|
|
2 |
|
|
|
|
3 | record r where
|
|
|
|
^
|
2021-07-15 22:05:23 +03:00
|
|
|
... (1 others)
|
2021-03-22 16:22:52 +03:00
|
|
|
1/1: Building Issue710b (Issue710b.idr)
|
2021-07-15 22:05:23 +03:00
|
|
|
Error: Couldn't parse any alternatives:
|
|
|
|
1: Expected a capitalised identifier, got: r.
|
2021-03-22 16:22:52 +03:00
|
|
|
|
2021-06-05 14:53:22 +03:00
|
|
|
Issue710b:3:6--3:7
|
2021-03-22 16:22:52 +03:00
|
|
|
1 | module Issue710b
|
|
|
|
2 |
|
|
|
|
3 | data r : Type where
|
|
|
|
^
|
2021-07-15 22:05:23 +03:00
|
|
|
... (1 others)
|
2021-03-22 16:22:52 +03:00
|
|
|
1/1: Building Issue710c (Issue710c.idr)
|
2021-07-15 22:05:23 +03:00
|
|
|
Error: Couldn't parse any alternatives:
|
|
|
|
1: Expected a capitalised identifier, got: leaf.
|
2021-03-22 16:22:52 +03:00
|
|
|
|
2021-07-15 00:49:57 +03:00
|
|
|
Issue710c:5:3--5:7
|
2021-03-22 16:22:52 +03:00
|
|
|
1 | infix 3 #
|
|
|
|
2 |
|
|
|
|
3 | data T : Type where
|
|
|
|
4 | (#) : T -> T -> T
|
|
|
|
5 | leaf : T
|
2021-07-15 00:49:57 +03:00
|
|
|
^^^^
|
2021-07-15 22:05:23 +03:00
|
|
|
... (1 others)
|
2021-03-22 16:22:52 +03:00
|
|
|
1/1: Building Issue710d (Issue710d.idr)
|
2021-07-15 22:05:23 +03:00
|
|
|
Error: Couldn't parse any alternatives:
|
|
|
|
1: Expected a capitalised identifier, got: mkT.
|
2021-03-22 16:22:52 +03:00
|
|
|
|
2021-07-15 00:49:57 +03:00
|
|
|
Issue710d:2:15--2:18
|
2021-03-22 16:22:52 +03:00
|
|
|
1 | record T where
|
|
|
|
2 | constructor mkT
|
2021-07-15 00:49:57 +03:00
|
|
|
^^^
|
2021-07-15 22:05:23 +03:00
|
|
|
... (1 others)
|
2021-03-22 16:22:52 +03:00
|
|
|
1/1: Building Issue710e (Issue710e.idr)
|
|
|
|
Error: Expected a capitalised identifier, got: a.
|
|
|
|
|
2021-06-05 14:53:22 +03:00
|
|
|
Issue710e:3:11--3:12
|
2021-03-22 16:22:52 +03:00
|
|
|
1 | %default total
|
|
|
|
2 |
|
|
|
|
3 | namespace a
|
|
|
|
^
|
|
|
|
|
|
|
|
1/1: Building Issue710f (Issue710f.idr)
|
2021-07-15 22:05:23 +03:00
|
|
|
Error: Couldn't parse any alternatives:
|
|
|
|
1: Expected a capitalised identifier, got: cons.
|
2021-03-22 16:22:52 +03:00
|
|
|
|
2021-07-15 00:49:57 +03:00
|
|
|
Issue710f:2:15--2:19
|
2021-03-22 16:22:52 +03:00
|
|
|
1 | interface Lalala where
|
|
|
|
2 | constructor cons
|
2021-07-15 00:49:57 +03:00
|
|
|
^^^^
|
2021-07-15 22:05:23 +03:00
|
|
|
... (1 others)
|
2021-03-25 15:03:00 +03:00
|
|
|
Uncaught error: Error: Expected a capitalised identifier, got: ggg.
|
|
|
|
|
2021-07-15 00:49:57 +03:00
|
|
|
Issue1224a:1:8--1:11
|
2021-03-25 15:03:00 +03:00
|
|
|
1 | module ggg
|
2021-07-15 00:49:57 +03:00
|
|
|
^^^
|
2021-03-25 15:03:00 +03:00
|
|
|
|
|
|
|
Uncaught error: Error: Expected a capitalised identifier, got: ggg.
|
|
|
|
|
2021-07-15 00:49:57 +03:00
|
|
|
Issue1224b:1:8--1:11
|
2021-03-25 15:03:00 +03:00
|
|
|
1 | import ggg
|
2021-07-15 00:49:57 +03:00
|
|
|
^^^
|
2021-03-25 15:03:00 +03:00
|
|
|
|