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

Safe HaskellNone

Game.Antisplice.Terminal.Repl

Description

Provides a haskeline-based Read Eval Print Loop.

Synopsis

Documentation

repl :: (ExtendedPrinter m, MonadScanner m, MonadError SplErr m, MonadIO m, MonadExpand m, ExpanderEnv m, MonadDungeon m, MonadAtoms m, MonadRoom m, MonadClock m, MonadVocab m) => m ()Source

Read Eval Print Loop for Antisplice.