Copyright | Dennis Gosnell 2017 |
---|---|
License | BSD3 |
Maintainer | Dennis Gosnell (cdep.illabout@gmail.com) |
Stability | experimental |
Portability | unknown |
Safe Haskell | None |
Language | Haskell2010 |
- createExpQuasiQuoter :: (String -> Q Exp) -> QuasiQuoter
- handleParseDocErr :: String -> String -> String -> SomeException -> a
Documentation
:: (String -> Q Exp) | The function to use for |
-> QuasiQuoter |
Create a QuasiQuoter
for Exp
s.
:: 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 |