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

Safe HaskellNone

Game.Antisplice.Utils.Run

Description

Provides a generalized way of running newtypes.

Synopsis

Documentation

class MonadTrans t => Run t whereSource

Typeclass for all runnable newtype MonadTransers

Associated Types

type Baretype t m a Source

Methods

run :: Monad m => t m a -> Baretype t m aSource

Instances