Skip to content

Commit

Permalink
Merge pull request #308 from sanctuary-js/dc-maybe
Browse files Browse the repository at this point in the history
maybe: fix signature of Maybe.empty
  • Loading branch information
davidchambers authored Dec 19, 2016
2 parents 6732cf0 + 2713d0c commit bd2fb5c
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 bd2fb5c

Please sign in to comment.