Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
Instances
Functor Column => Functor SortCol Source # | |
Eq (Column a) => Eq (SortCol a) Source # | |
Ord (Column a) => Ord (SortCol a) Source # | |
Defined in Shpadoinkle.Widgets.Table | |
Show (Column a) => Show (SortCol a) Source # | |
Generic (SortCol a) Source # | |
Ord (Column a) => Semigroup (SortCol a) Source # | |
(Bounded (Column a), Ord (Column a), Enum (Column a)) => Monoid (SortCol a) Source # | |
ToJSON (Column a) => ToJSON (SortCol a) Source # | |
Defined in Shpadoinkle.Widgets.Table | |
FromJSON (Column a) => FromJSON (SortCol a) Source # | |
type Rep (SortCol a) Source # | |
Defined in Shpadoinkle.Widgets.Table type Rep (SortCol a) = D1 (MetaData "SortCol" "Shpadoinkle.Widgets.Table" "Shpadoinkle-widgets-0.0.0.1-2e7ySQOzQveLMoCBVBP1hf" False) (C1 (MetaCons "SortCol" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Column a)) :*: S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Sort))) |
negateSort :: Sort -> Sort Source #
Instances
Generic (Theme m a) Source # | |
Semigroup (Theme m a) Source # | |
Monoid (Theme m a) Source # | |
type Rep (Theme m a) Source # | |
Defined in Shpadoinkle.Widgets.Table type Rep (Theme m a) = D1 (MetaData "Theme" "Shpadoinkle.Widgets.Table" "Shpadoinkle-widgets-0.0.0.1-2e7ySQOzQveLMoCBVBP1hf" False) (C1 (MetaCons "Theme" PrefixI True) ((S1 (MetaSel (Just "tableProps") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [(Text, Prop m (a, SortCol a))]) :*: S1 (MetaSel (Just "headProps") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [(Text, Prop m (a, SortCol a))])) :*: (S1 (MetaSel (Just "thProps") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Column a -> [(Text, Prop m (a, SortCol a))])) :*: (S1 (MetaSel (Just "bodyProps") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [(Text, Prop m (a, SortCol a))]) :*: S1 (MetaSel (Just "tdProps") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Column a -> [(Text, Prop m a)])))))) |