Skip to content

Commit

Permalink
maybe: fix signature of Maybe.empty
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchambers committed Dec 19, 2016
1 parent 6732cf0 commit 2713d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@
}
S.Just = def('Just', {}, [a, $Maybe(a)], Just);

//# Maybe.empty :: -> Maybe a
//# Maybe.empty :: () -> Maybe a
//.
//. Returns Nothing.
//.
Expand Down

0 comments on commit 2713d0c

Please sign in to comment.