Copyright | Dennis Gosnell 2017 |
---|---|
License | BSD3 |
Maintainer | Dennis Gosnell ([email protected]) |
Stability | experimental |
Portability | unknown |
Safe Haskell | None |
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 Exp
s.
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 # liftTyped :: forall (m :: Type -> Type). Quote m => ExternalID -> Code m ExternalID # | |
Lift Instruction Source # | |
Methods lift :: Quote m => Instruction -> m Exp # liftTyped :: forall (m :: Type -> Type). Quote m => Instruction -> Code m Instruction # | |
Lift Miscellaneous Source # | |
Methods lift :: Quote m => Miscellaneous -> m Exp # liftTyped :: forall (m :: Type -> Type). Quote m => Miscellaneous -> Code m Miscellaneous # | |
Lift Name Source # | |
Lift Prologue Source # | |