liquidhaskell-0.6.0.0: Liquid Types for Haskell
Language.Haskell.Liquid.Prover.Parser
parseQuery :: String -> IO LQuery Source
queryP :: FilePath -> ParsecT String Integer Identity (Query ()) Source
declsP :: Parser [Predicate] Source
declP :: Parser Predicate Source
depthP :: Parser Int Source
goalP :: Parser Predicate Source
ctorP :: Parser LVarCtor Source
ctorAxiomP :: ParsecT String Integer Identity ([LVar], Predicate) Source
bindP :: Parser LVar Source
envP :: Parser LVar Source
predicateP :: Parser Predicate Source
axiomP :: Parser LAxiom Source
argumentsP :: Parser [LVar] Source
varP :: Parser LVar Source