Skip to content

Commit 29f364a

Browse files
authored
Correct defer link (#215)
1 parent bd8ccae commit 29f364a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,8 @@ where such a reference would be unavailable because of *strict evaluation*.”__
135135
The
136136
[best way to solve](https://discourse.purescript.org/t/parsing-recursively-with-purescript-parsing/3184/2)
137137
this is to stick a
138-
[`Data.Lazy.defer`](https://pursuit.purescript.org/packages/purescript-lazy/docs/Data.Lazy#v:defer)
138+
[`Control.Lazy.defer`](https://pursuit.purescript.org/packages/purescript-control/docs/Control.Lazy#t:Lazy)
139139
in front of the parser to break the cycle.
140-
141140
```purescript
142141
aye :: Parser String Char
143142
aye = defer \_ -> do

0 commit comments

Comments
 (0)