Skip to content

Commit 80437cf

Browse files
committed
Better name type var
1 parent fb36762 commit 80437cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Control/Lazy.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ class Lazy a where
44
defer :: (Unit -> a) -> a
55

66
class Lazy1 a where
7-
defer1 :: forall t. (Unit -> a t) -> a t
7+
defer1 :: forall b. (Unit -> a b) -> a b

0 commit comments

Comments
 (0)