Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Documentation
Instances
Eq Bounds Source # | |
Ord Bounds Source # | |
Show Bounds Source # | |
Generic Bounds Source # | |
NFData Bounds Source # | |
Defined in Data.Aeson.Quick.Internal | |
type Rep Bounds Source # | |
Defined in Data.Aeson.Quick.Internal type Rep Bounds = D1 (MetaData "Bounds" "Data.Aeson.Quick.Internal" "aeson-quick-0.2.0-inplace" False) (C1 (MetaCons "All" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "Single" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)) :+: C1 (MetaCons "Range" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int) :*: S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Int))))) |