| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
HOL.OpenTheory.Package
Description
Documentation
Constructors
| Version | |
Fields | |
data NameVersion Source #
Constructors
| NameVersion | |
Instances
concatInfo :: [Info] -> Info Source #
class Informative a where Source #
Instances
| Informative Operation Source # | |
| Informative Interpretation Source # | |
Defined in HOL.OpenTheory.Package | |
| Informative a => Informative [a] Source # | |
| (Informative a, Informative b) => Informative (a, b) Source # | |
data Interpretation Source #
Constructors
| Interpret Rename | |
| Interpretation File |
Instances
| Eq Interpretation Source # | |
Defined in HOL.OpenTheory.Package Methods (==) :: Interpretation -> Interpretation -> Bool # (/=) :: Interpretation -> Interpretation -> Bool # | |
| Ord Interpretation Source # | |
Defined in HOL.OpenTheory.Package Methods compare :: Interpretation -> Interpretation -> Ordering # (<) :: Interpretation -> Interpretation -> Bool # (<=) :: Interpretation -> Interpretation -> Bool # (>) :: Interpretation -> Interpretation -> Bool # (>=) :: Interpretation -> Interpretation -> Bool # max :: Interpretation -> Interpretation -> Interpretation # min :: Interpretation -> Interpretation -> Interpretation # | |
| Show Interpretation Source # | |
Defined in HOL.OpenTheory.Package Methods showsPrec :: Int -> Interpretation -> ShowS # show :: Interpretation -> String # showList :: [Interpretation] -> ShowS # | |
| Informative Interpretation Source # | |
Defined in HOL.OpenTheory.Package | |
readInterpretation :: FilePath -> [Interpretation] -> IO Interpret Source #
Instances
| Eq Operation Source # | |
| Ord Operation Source # | |
| Show Operation Source # | |
| Informative Operation Source # | |
Constructors
| Block | |
Constructors
| Package | |
Fields
| |
directoryVersion :: NameVersion -> IO FilePath Source #
Constructors
| Blocks | |
Fields
| |
readVersion :: Theory -> Interpret -> NameVersion -> IO Theory Source #