:: Either a a -> a package:yaya

Collapses a Partial structure to a value (probably requiring unsafe instances).
Extracts the element out of a Left and throws an error if the argument is a Right.
Extracts the element out of a Right and throws an error if the argument is a Left.