starter-snake-haskell-1.1.0: A Haskell Battlesnake starter
Safe HaskellSafe-Inferred
LanguageHaskell2010

Battlesnake.Core.Game

Synopsis

Documentation

data Game Source #

Information about the current game configuration. See: https://docs.battlesnake.com/api/objects/game

Constructors

Game 

Fields

Instances

Instances details
FromJSON Game Source # 
Instance details

Defined in Battlesnake.Core.Game

Generic Game Source # 
Instance details

Defined in Battlesnake.Core.Game

Associated Types

type Rep Game :: Type -> Type #

Methods

from :: Game -> Rep Game x #

to :: Rep Game x -> Game #

Show Game Source # 
Instance details

Defined in Battlesnake.Core.Game

Methods

showsPrec :: Int -> Game -> ShowS #

show :: Game -> String #

showList :: [Game] -> ShowS #

Eq Game Source # 
Instance details

Defined in Battlesnake.Core.Game

Methods

(==) :: Game -> Game -> Bool #

(/=) :: Game -> Game -> Bool #

type Rep Game Source # 
Instance details

Defined in Battlesnake.Core.Game