We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd8ccae commit 29f364aCopy full SHA for 29f364a
README.md
@@ -135,9 +135,8 @@ where such a reference would be unavailable because of *strict evaluation*.”__
135
The
136
[best way to solve](https://discourse.purescript.org/t/parsing-recursively-with-purescript-parsing/3184/2)
137
this is to stick a
138
-[`Data.Lazy.defer`](https://pursuit.purescript.org/packages/purescript-lazy/docs/Data.Lazy#v:defer)
+[`Control.Lazy.defer`](https://pursuit.purescript.org/packages/purescript-control/docs/Control.Lazy#t:Lazy)
139
in front of the parser to break the cycle.
140
-
141
```purescript
142
aye :: Parser String Char
143
aye = defer \_ -> do
0 commit comments