Copyright | (c) digitally induced GmbH 2023 |
---|---|
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Documentation
class ApplyAttribute value where Source #
Instances
ApplyAttribute AttributeValue Source # | |
Defined in IHP.HSX.Attribute applyAttribute :: Text -> Text -> AttributeValue -> Html -> Html Source # | |
ApplyAttribute Bool Source # | |
Defined in IHP.HSX.Attribute | |
ConvertibleStrings value AttributeValue => ApplyAttribute value Source # | |
Defined in IHP.HSX.Attribute | |
ApplyAttribute attribute => ApplyAttribute (Maybe attribute) Source # | |
Defined in IHP.HSX.Attribute |