hsx-xhtml-0.4.4: XHTML utilities to use together with HSX.Source codeContentsIndex
HSX.Layout
Documentation
data Layout m Source
Constructors
Above (Layout m) (Layout m)
Beside (Layout m) (Layout m)
Item (GenChildList m)
show/hide Instances
class IsLayout m a whereSource
Methods
toLayout :: a -> Layout mSource
show/hide Instances
above :: (IsLayout m a, IsLayout m b) => a -> b -> Layout mSource
beside :: (IsLayout m a, IsLayout m b) => a -> b -> Layout mSource
(^^) :: (IsLayout m a, IsLayout m b) => a -> b -> Layout mSource
(<>) :: (IsLayout m a, IsLayout m b) => a -> b -> Layout mSource
Produced by Haddock version 2.6.0