aeson-tiled-0.0.2.1: Aeson instances for the Tiled map editor.
Safe HaskellNone
LanguageHaskell2010

Codec.Tiled.Layer.Chunk

Documentation

data Chunk Source #

Constructors

Chunk 

Fields

Instances

Instances details
Eq Chunk Source # 
Instance details

Defined in Codec.Tiled.Layer.Chunk

Methods

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

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

Show Chunk Source # 
Instance details

Defined in Codec.Tiled.Layer.Chunk

Methods

showsPrec :: Int -> Chunk -> ShowS #

show :: Chunk -> String #

showList :: [Chunk] -> ShowS #

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 #

ToJSON Chunk Source # 
Instance details

Defined in Codec.Tiled.Layer.Chunk

FromJSON Chunk Source # 
Instance details

Defined in Codec.Tiled.Layer.Chunk

type Rep Chunk Source # 
Instance details

Defined in Codec.Tiled.Layer.Chunk