aeson-tiled-0.0.2.2: Aeson instances for the Tiled map editor.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Codec.Tiled.Layer.Chunk

Documentation

data Chunk Source #

Constructors

Chunk 

Fields

Instances

Instances details
FromJSON Chunk Source # 
Instance details

Defined in Codec.Tiled.Layer.Chunk

ToJSON Chunk Source # 
Instance details

Defined in Codec.Tiled.Layer.Chunk

Generic Chunk Source # 
Instance details

Defined in Codec.Tiled.Layer.Chunk

Associated Types

type Rep Chunk :: Type -> Type #

Methods

from :: Chunk -> Rep Chunk x #

to :: Rep Chunk x -> Chunk #

Show Chunk Source # 
Instance details

Defined in Codec.Tiled.Layer.Chunk

Methods

showsPrec :: Int -> Chunk -> ShowS #

show :: Chunk -> String #

showList :: [Chunk] -> ShowS #

Eq Chunk Source # 
Instance details

Defined in Codec.Tiled.Layer.Chunk

Methods

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

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

type Rep Chunk Source # 
Instance details

Defined in Codec.Tiled.Layer.Chunk