Copyright | (c) C. Maeder DFKI 2008 |
---|---|
License | GPLv2 or higher, see LICENSE.txt |
Maintainer | Christian.Maeder@dfki.de |
Stability | provisional |
Portability | portable |
Safe Haskell | None |
utility function for translation from HasCASL to Isabelle leaving open how partial values are interpreted
Documentation
mapTheory :: SimpKind -> Simplifier -> (Env, [Named Sentence]) -> Result (Sign, [Named Sentence]) Source #
simpForPairs :: Simplifier Source #
simpForOption :: Simplifier Source #
transSentence :: Env -> Set String -> SimpKind -> Simplifier -> Sentence -> Result Sentence Source #
data OldSimpKind Source #
Instances
Eq OldSimpKind Source # | |
Defined in Comorphisms.PPolyTyConsHOL2IsaUtils (==) :: OldSimpKind -> OldSimpKind -> Bool (/=) :: OldSimpKind -> OldSimpKind -> Bool |