| 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 |
Comorphisms.PPolyTyConsHOL2IsaUtils
Description
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 #
Constructors
| New | |
| Old OldSimpKind |
data OldSimpKind Source #
Constructors
| NoSimpLift | |
| Lift2Restrict | |
| Lift2Case |
Instances
| Eq OldSimpKind Source # | |
Defined in Comorphisms.PPolyTyConsHOL2IsaUtils | |