Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Synopsis
- class C object where
- nl :: ShowS
- blank :: ShowS
- eq :: ShowS
- lt :: ShowS
- gt :: ShowS
- slash :: ShowS
- amp :: ShowS
- sharp :: ShowS
- colon :: ShowS
- semicolon :: ShowS
- apos :: ShowS
- quot :: ShowS
- lpar :: ShowS
- rpar :: ShowS
- exclam :: ShowS
- quest :: ShowS
- angle :: ShowS -> ShowS
- stringQuoted :: String -> ShowS
- name :: C name => name -> ShowS
- many :: (a -> ShowS) -> [a] -> ShowS
Documentation
stringQuoted :: String -> ShowS Source #
Internet Explorer does not recognize ' and thus we have to format it literally.