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 80437cf commit e7662bfCopy full SHA for e7662bf
README.md
@@ -64,7 +64,7 @@
64
defer :: (Unit -> a) -> a
65
66
class Lazy1 a where
67
- defer1 :: forall t. (Unit -> a t) -> a t
+ defer1 :: forall b. (Unit -> a b) -> a b
68
69
70
## Module Control.Monad
0 commit comments