PyF.Internal.Parser
Description
This module is here to parse Haskell expression using the GHC Api
parseExpression :: RealSrcLoc -> String -> DynFlags -> Either (Int, Int, String) (HsExpr GhcPs) Source #