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