purescript / purescript-either

Values with two possibilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lazy note

matthewleon opened this issue · comments

Would love to see a lazy note, in the spirit purescript-maybe's lazy functions (maybe' and fromMaybe')

note' :: forall a b. (Unit -> a) -> Maybe b -> Either a b

Seems reasonable to me!