werewolf-1.0.2.1: A game engine for playing werewolf within an arbitrary chat client

Copyright(c) Henry J. Wylde, 2016
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

Validation