| Copyright | (c) Jonathan von Schroeder DFKI GmbH 2010 | 
|---|---|
| License | GPLv2 or higher, see LICENSE.txt | 
| Maintainer | jonathan.von_schroeder@dfki.de | 
| Stability | experimental | 
| Portability | portable | 
| Safe Haskell | Safe | 
HolLight.Helper
Description
Documentation
ppPrintType :: HolType -> Doc Source #
revSplitlist :: (t -> Maybe (t, t1)) -> t -> (t, [t1]) Source #
destVartype :: HolType -> Maybe String Source #
destNumeral :: Term -> Maybe Integer Source #
reverseInterface :: (String, Term) -> (String, Maybe HolParseType) Source #
boolOfTerm :: Term -> Maybe Bool Source #
codeOfTerm :: Num b => Term -> Maybe b Source #
destClause :: Term -> Maybe [Term] Source #
destClauses :: Term -> Maybe [[Term]] Source #
parsesAsBinder :: Term -> Bool Source #
canGetInfixStatus :: Term -> Bool Source #