mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-20 18:21:47 +03:00
12 lines
295 B
Plaintext
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)
|
|
^^
|
|
|