| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Nuxeo.Types
Documentation
data NuxeoInstance #
Constructors
| NuxeoInstance | |
Fields
| |
Instances
| Read NuxeoInstance # | |
Defined in Nuxeo.Types Methods readsPrec :: Int -> ReadS NuxeoInstance # readList :: ReadS [NuxeoInstance] # | |
| Show NuxeoInstance # | |
Defined in Nuxeo.Types Methods showsPrec :: Int -> NuxeoInstance -> ShowS # show :: NuxeoInstance -> String # showList :: [NuxeoInstance] -> ShowS # | |
type NuxeoLog = [NuxeoLogEntry] #
data NuxeoLogEntry #
Constructors
| NuxeoLogEntry | |
Instances
| Show NuxeoLogEntry # | |
Defined in Nuxeo.Types Methods showsPrec :: Int -> NuxeoLogEntry -> ShowS # show :: NuxeoLogEntry -> String # showList :: [NuxeoLogEntry] -> ShowS # | |
data NuxeoLogType #
Constructors
| NuxeoDebug | |
| NuxeoError | |
| NuxeoWarning | |
| NuxeoInfo |
Instances
| Eq NuxeoLogType # | |
Defined in Nuxeo.Types | |
| Read NuxeoLogType # | |
Defined in Nuxeo.Types Methods readsPrec :: Int -> ReadS NuxeoLogType # readList :: ReadS [NuxeoLogType] # | |
| Show NuxeoLogType # | |
Defined in Nuxeo.Types Methods showsPrec :: Int -> NuxeoLogType -> ShowS # show :: NuxeoLogType -> String # showList :: [NuxeoLogType] -> ShowS # | |