moffy-samples-events-0.2.2.5: Events for sample codes of moffy
Safe HaskellSafe-Inferred
LanguageHaskell2010

Control.Moffy.Samples.Viewable.Image

Documentation

data Image Source #

Constructors

Image' Position Png 

Instances

Instances details
Show Image Source # 
Instance details

Defined in Control.Moffy.Samples.Viewable.Image

Methods

showsPrec :: Int -> Image -> ShowS #

show :: Image -> String #

showList :: [Image] -> ShowS #

Numbered Image Source # 
Instance details

Defined in Control.Moffy.Samples.Viewable.Image

Associated Types

type Number Image = (r :: Nat)

type Number Image Source # 
Instance details

Defined in Control.Moffy.Samples.Viewable.Image

type Number Image = 6897199816538316765

data Png Source #

Constructors

Png 

Instances

Instances details
Generic Png Source # 
Instance details

Defined in Control.Moffy.Samples.Viewable.Image

Associated Types

type Rep Png :: Type -> Type #

Methods

from :: Png -> Rep Png x #

to :: Rep Png x -> Png #

Show Png Source # 
Instance details

Defined in Control.Moffy.Samples.Viewable.Image

Methods

showsPrec :: Int -> Png -> ShowS #

show :: Png -> String #

showList :: [Png] -> ShowS #

NFData Png Source # 
Instance details

Defined in Control.Moffy.Samples.Viewable.Image

Methods

rnf :: Png -> () #

type Rep Png Source # 
Instance details

Defined in Control.Moffy.Samples.Viewable.Image

type Rep Png = D1 ('MetaData "Png" "Control.Moffy.Samples.Viewable.Image" "moffy-samples-events-0.2.2.5-AkKMmJvTD9Q2xKRllJM68b" 'False) (C1 ('MetaCons "Png" 'PrefixI 'True) (S1 ('MetaSel ('Just "pngWidth") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Double) :*: (S1 ('MetaSel ('Just "pngHeight") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Double) :*: S1 ('MetaSel ('Just "pngData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ByteString))))