:: Either a b -> b package:MissingH

Take a Right to a value, crashes on a Left
Pulls a Right value out of an Either value. If the Either value is Left, raises an exception with "error".