Skip to content

Commit 7294fb8

Browse files
committed
Update docs with prettier docgen
1 parent 6e2e2e6 commit 7294fb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434

3535
fromMaybe :: forall a. a -> Maybe a -> a
3636

37-
isJust :: forall a. Maybe a -> Prim.Boolean
37+
isJust :: forall a. Maybe a -> Boolean
3838

39-
isNothing :: forall a. Maybe a -> Prim.Boolean
39+
isNothing :: forall a. Maybe a -> Boolean
4040

4141
maybe :: forall a b. b -> (a -> b) -> Maybe a -> b
4242

0 commit comments

Comments
 (0)