antagonist-0.1.0.16: A web interface to Antisplice dungeons.

Safe HaskellNone

Web.Antagonist.Server.Data

Description

Datatypes for a subsite serving a single-user dungeon.

Synopsis

Documentation

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

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