Hi, Presently one can compose a set of functions that return nullables by using toOption to return None for a failed return. However with the loss of Option there will be no applicative to use.
Can there be a Null.applicative? Without Option what can the a null be lifted into to compose it? Regards, John