nyx-game-1.0.0.0: A bullet-hell game made with SDL2.

Safe HaskellNone
LanguageHaskell2010

Play.Engine.Settings

Documentation

data Settings Source #

Constructors

Settings 
Instances
Show Settings Source # 
Instance details

Defined in Play.Engine.Settings

runResult :: b -> StateT b (ExceptT e Identity) a -> Either e (b, a) Source #