Safe Haskell | Safe |
---|---|
Language | Haskell98 |
This name type preserves the characters case of its input. This is the right choice for case-sensitive names (XML) or if you like to preserve case of HTML tags. In the latter case it is however more difficult to match tag names.
Documentation
Instances
Eq T Source # | |
Ord T Source # | |
Show T Source # | |
Attribute T Source # | |
Defined in Text.XML.Basic.Name.MixedCase attributeFromString :: String -> T Source # attributeToString :: T -> String Source # | |
Tag T Source # | |
Defined in Text.XML.Basic.Name.MixedCase tagFromString :: String -> T Source # tagToString :: T -> String Source # |