| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Codec.Tiled.Object.Point
Documentation
Instances
| Eq Point Source # | |
| Show Point Source # | |
| Generic Point Source # | |
| ToJSON Point Source # | |
Defined in Codec.Tiled.Object.Point | |
| FromJSON Point Source # | |
| type Rep Point Source # | |
Defined in Codec.Tiled.Object.Point type Rep Point = D1 ('MetaData "Point" "Codec.Tiled.Object.Point" "aeson-tiled-0.0.2.0-85vgPoSj3obLgrEbMNzPpQ" 'False) (C1 ('MetaCons "Point" 'PrefixI 'True) (S1 ('MetaSel ('Just "x") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double) :*: S1 ('MetaSel ('Just "y") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double))) | |