| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Codec.Tiled.Object.Point
Documentation
Instances
| FromJSON Point Source # | |
Defined in Codec.Tiled.Object.Point | |
| ToJSON Point Source # | |
| Generic Point Source # | |
| Show Point Source # | |
| Eq 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.3-9wHH27isa6ZHfu1mfHKXfG" 'False) (C1 ('MetaCons "Point" 'PrefixI 'True) (S1 ('MetaSel ('Just "x") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double) :*: S1 ('MetaSel ('Just "y") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double))) | |