Copyright | (c) Jonathan von Schroeder, DFKI Bremen 2013 |
---|---|
License | GPLv2 or higher, see LICENSE.txt |
Maintainer | Jonathan von Schroeder <jonathan.von_schroeder@dfki.de> |
Stability | provisional |
Portability | portable |
Safe Haskell | None |
Documentation
processProof :: (a -> ProofStep -> a) -> a -> [String] -> (a, Maybe String)
zipF :: (a -> b -> a) -> (c -> b -> c) -> (a, c) -> b -> (a, c)
digraph :: Set String -> Map String String -> (Set String, Set String, String, Map (String, [String]) String) -> ProofStep -> (Set String, Set String, String, Map (String, [String]) String)
conjectures :: [(String, String)] -> ProofStep -> [(String, String)]