antisplice-0.7.2.0: An engine for text-based dungeons.

Safe HaskellSafe-Inferred

Game.Antisplice.Utils.Fail

Description

Provides a monad for error handling. Okay, I confess it's equal to ErrorT...

Synopsis

Documentation

newtype FailT e m a Source

The error handling monad.

Constructors

Fail 

Fields

runFailT :: m (Either e a)