werewolf-0.3.1.0: A game engine for running werewolf in a chat client

Copyright(c) Henry J. Wylde, 2015
LicenseBSD3
Maintainerpublic@hjwylde.com
Safe HaskellNone
LanguageHaskell2010

Game.Werewolf.Command

Contents

Description

Command data structures.

Synopsis

Command

data Command Source

Constructors

Command 

Fields

apply :: forall m. (MonadError [Message] m, MonadState Game m, MonadWriter [Message] m) => m ()
 

Instances