Idris2/tests/idris2/error/perror026/expected
2023-09-07 14:57:22 +01:00

10 lines
175 B
Plaintext

1/1: Building Micro (Micro.idr)
Error: Expected ',' or '.'.
Micro:3:14--3:15
1 | module Micro
2 |
3 | f : forall a b. (Unit -> Unit) -> Unit -> Unit
^