Safe Haskell | None |
---|---|
Language | Haskell2010 |
Miscellaneous types and functions of the API. This module is named Internal as it is possible it will change.
Synopsis
- newtype Width = Width Float
- newtype Height = Height Float
- newtype AttributeName = AttributeName Text
- data RepeatCount
- wrappedToText :: (Unwrapped t ~ Unwrapped s, IsText t1, Contravariant f, Functor f, Rewrapped t s, Rewrapped s t, Show (Unwrapped s)) => (t1 -> f t1) -> s -> f t
Documentation
Wrap the Float
value with something more meaningful.
Wrap the Float
value with something more meaningful.
newtype AttributeName Source #
Wrap the Text
value with something more meaningful.
Instances
Eq AttributeName Source # | |
Defined in Reflex.Dom.Widget.SVG.Types.Internal (==) :: AttributeName -> AttributeName -> Bool # (/=) :: AttributeName -> AttributeName -> Bool # | |
Show AttributeName Source # | |
Defined in Reflex.Dom.Widget.SVG.Types.Internal showsPrec :: Int -> AttributeName -> ShowS # show :: AttributeName -> String # showList :: [AttributeName] -> ShowS # | |
Wrapped AttributeName Source # | |
Defined in Reflex.Dom.Widget.SVG.Types.Internal type Unwrapped AttributeName :: * # | |
AttributeName ~ t => Rewrapped AttributeName t Source # | |
Defined in Reflex.Dom.Widget.SVG.Types.Internal | |
type Unwrapped AttributeName Source # | |
Defined in Reflex.Dom.Widget.SVG.Types.Internal |
data RepeatCount Source #
Capture the information about the repeatCount attribute.
Instances
Eq RepeatCount Source # | |
Defined in Reflex.Dom.Widget.SVG.Types.Internal (==) :: RepeatCount -> RepeatCount -> Bool # (/=) :: RepeatCount -> RepeatCount -> Bool # | |
Show RepeatCount Source # | |
Defined in Reflex.Dom.Widget.SVG.Types.Internal showsPrec :: Int -> RepeatCount -> ShowS # show :: RepeatCount -> String # showList :: [RepeatCount] -> ShowS # |