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 fb36762 commit 80437cfCopy full SHA for 80437cf
src/Control/Lazy.purs
@@ -4,4 +4,4 @@ class Lazy a where
4
defer :: (Unit -> a) -> a
5
6
class Lazy1 a where
7
- defer1 :: forall t. (Unit -> a t) -> a t
+ defer1 :: forall b. (Unit -> a b) -> a b
0 commit comments