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

Safe HaskellSafe-Inferred

Game.Antisplice.Errors

Description

Provides the error datatype for Antisplice

Synopsis

Documentation

data SplErr Source

Antisplice errors

type SplErrT m = FailT SplErr mSource

Alias for FailT SplErr