happy-lib-2.0.2: Happy is a parser generator for Haskell implemented using this library
Safe HaskellNone
LanguageHaskell98

Happy.Frontend

Documentation

parseYFileContents :: String -> ParseResult BookendedAbsSyn Source #

data FileType Source #

Constructors

Y 
LY 

fileNameAndType :: String -> Maybe (String, FileType) Source #

deLitify :: String -> String Source #