Safe Haskell | None |
---|
Text.Shakespeare.Base
Description
General parsers, functions and datatypes for all Shakespeare languages.
Documentation
data Deref
newtype Ident
parseCaret :: Parser (Either String Deref)
parseUnder :: Parser (Either String Deref)
derefToExp :: Scope -> Deref -> Exp
flattenDeref :: Deref -> Maybe [String]
readUtf8File :: FilePath -> IO Text