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

12 lines
295 B
Plaintext

1/1: Building DelayParse (DelayParse.idr)
Error: Delay only takes one argument.
DelayParse:13:44--13:46
09 |
10 | public export
11 | go : a -> (a -> a) -> MyStream
12 | go initA fn =
13 | MyStream.(::) initA fn (Delay (fn initA) fn)
^^