:: String -> Maybe a -> Either String a 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.