LambdaHack-0.2.10.6: A roguelike game engine in early and active development

Safe HaskellNone

Game.LambdaHack.Common.Effect

Description

Effects of content on other content. No operation in this module involves the State or Action type.

Synopsis

Documentation

effectTrav :: Effect a -> (a -> State s b) -> State s (Effect b)Source

Transform an effect using a stateful function.