Copyright | (c) Mingyi Liu and Till Mossakowski and Uni Bremen 2004-2005 |
---|---|
License | GPLv2 or higher, see LICENSE.txt |
Maintainer | xinga@informatik.uni-bremen.de |
Stability | provisional |
Portability | portable |
Safe Haskell | None |
Termination proofs for equation systems, using AProVE
Documentation
terminationProof :: (FormExtension f, TermExtension f, Ord f) => Sign f e -> [FORMULA f] -> [FORMULA f] -> IO (Maybe Bool, String)