SFML-2.3.2.2: SFML bindings
SFML.Utils
Synopsis
err :: Exception e => IO (Either e a) -> IO a
Run the given IO action and throw an error if it fails.
tagErr :: e -> Maybe a -> Either e a
Potentially tag a Maybe value with an error.
Maybe