| |||||||||||||
| |||||||||||||
| Synopsis | |||||||||||||
| |||||||||||||
| Documentation | |||||||||||||
| data PFormula | |||||||||||||
| |||||||||||||
| type Term = String | |||||||||||||
| toKFormula :: PFormula -> KFormula | |||||||||||||
The instances for PFormula rely on instances for KFormula by defining a mapping PFormula -> KFormula Another way would be to use some kind of generics. | |||||||||||||
| pFormulaToIsabelle :: PFormula -> IO IsabelleFile | |||||||||||||
| Produced by Haddock version 0.8 |