| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Battlesnake.Core.Game
Documentation
Information about the current game configuration. See: https://docs.battlesnake.com/api/objects/game
Constructors
| Game | |
Fields
| |
Instances
| FromJSON Game Source # | |
| Generic Game Source # | |
| Show Game Source # | |
| Eq Game Source # | |
| type Rep Game Source # | |
Defined in Battlesnake.Core.Game type Rep Game = D1 ('MetaData "Game" "Battlesnake.Core.Game" "starter-snake-haskell-1.1.0-4gsnuWXkUAhIp7OqYh2CSY" 'False) (C1 ('MetaCons "Game" 'PrefixI 'True) ((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "ruleset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Ruleset)) :*: (S1 ('MetaSel ('Just "map") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: (S1 ('MetaSel ('Just "timeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))))) | |