Copyright | (c) 2015-2016 Galois Inc. |
---|---|
License | BSD3 |
Maintainer | cryptol@galois.com |
Stability | provisional |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell2010 |
Documentation
tcExpr :: InferInput -> Expr -> Either Error (Schema, [ProofObligation]) Source #
tcDecls :: InferInput -> [DeclGroup] -> Either Error [ProofObligation] Source #
tcModule :: InferInput -> Module -> Either Error [ProofObligation] Source #
type ProofObligation = Schema Source #