Skip to content

Commit e7662bf

Browse files
committed
Update generated docs
1 parent 80437cf commit e7662bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
defer :: (Unit -> a) -> a
6565

6666
class Lazy1 a where
67-
defer1 :: forall t. (Unit -> a t) -> a t
67+
defer1 :: forall b. (Unit -> a b) -> a b
6868

6969

7070
## Module Control.Monad

0 commit comments

Comments
 (0)