:: a -> Maybe b -> Either a b package:haskoin-core

Transform a Maybe value into an Either value. Just is mapped to Right and Nothing is mapped to Left. Default Left required.