:: Either a b -> IO b package:HTF

Fail if the given Either a b value is a Left. Use this function if a is not an instance of Show.
Fail if the given Either a b value is a Left. Use this function if a is an instance of Show.