| Copyright | Dennis Gosnell 2017 |
|---|---|
| License | BSD3 |
| Maintainer | Dennis Gosnell (cdep.illabout@gmail.com) |
| Stability | experimental |
| Portability | unknown |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Text.XMLHTML.Internal
Contents
Description
Synopsis
- createExpQuasiQuoter :: (String -> Q Exp) -> QuasiQuoter
- handleParseDocErr :: String -> String -> String -> SomeException -> a
Documentation
Arguments
| :: (String -> Q Exp) | The function to use for |
| -> QuasiQuoter |
Create a QuasiQuoter for Exps.
Arguments
| :: String | The type of a document that was being parsed. Should either be
|
| -> String | The name of the function that was being used to parse the document.
Should probably either be |
| -> String | The actual XML or HTML string that you were trying to parse into a
|
| -> SomeException | The exception that occurred when trying to parse the |
| -> a |
Orphan instances
| Lift Document Source # | |
| Lift Element Source # | |
| Lift Node Source # | |
| Lift Doctype Source # | |
| Lift ExternalID Source # | |
Methods lift :: Quote m => ExternalID -> m Exp Source # liftTyped :: forall (m :: Type -> Type). Quote m => ExternalID -> Code m ExternalID Source # | |
| Lift Instruction Source # | |
Methods lift :: Quote m => Instruction -> m Exp Source # liftTyped :: forall (m :: Type -> Type). Quote m => Instruction -> Code m Instruction Source # | |
| Lift Miscellaneous Source # | |
Methods lift :: Quote m => Miscellaneous -> m Exp Source # liftTyped :: forall (m :: Type -> Type). Quote m => Miscellaneous -> Code m Miscellaneous Source # | |
| Lift Name Source # | |
| Lift Prologue Source # | |