Safe Haskell | Safe |
---|---|
Language | Haskell98 |
This name type preserves the characters case of its input and divides the names into namespace and local identifier.
Documentation
Cons | |
|
Instances
Eq T Source # | |
Ord T Source # | |
Show T Source # | |
Attribute T Source # | |
Defined in Text.XML.Basic.Name.Qualified attributeFromString :: String -> T Source # attributeToString :: T -> String Source # | |
Tag T Source # | |
Defined in Text.XML.Basic.Name.Qualified tagFromString :: String -> T Source # tagToString :: T -> String Source # |
fromString :: String -> T Source #