antagonist-0.1.0.27: A web interface to Antisplice dungeons.

Safe HaskellNone
LanguageHaskell2010

Web.Antagonist.Server.Data

Description

Datatypes for a subsite serving a single-user dungeon.

Synopsis

Documentation

type SessionState = ((((DungeonState, TST Token), AVL (Int, Container)), Int), [(String, EnvVar)]) Source

Server-side session state. Everything we need to know about the dungeon.