fj.data.Option.some(null) results in Some of null which is an abomination.
One of the goals of using the maybe monad is to avoid null pointer exceptions.
Some's constructor should not accept nulls and throw an exception.
Original issue reported on code.google.com by pawel.kr...@gmail.com on 19 Oct 2011 at 1:15
Original issue reported on code.google.com by
pawel.kr...@gmail.com
on 19 Oct 2011 at 1:15