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