Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Documentation
data NuxeoInstance Source #
Instances
Read NuxeoInstance Source # | |
Defined in Nuxeo.Types readsPrec :: Int -> ReadS NuxeoInstance # readList :: ReadS [NuxeoInstance] # | |
Show NuxeoInstance Source # | |
Defined in Nuxeo.Types showsPrec :: Int -> NuxeoInstance -> ShowS # show :: NuxeoInstance -> String # showList :: [NuxeoInstance] -> ShowS # |
type NuxeoLog = [NuxeoLogEntry] Source #
data NuxeoLogEntry Source #
Instances
Show NuxeoLogEntry Source # | |
Defined in Nuxeo.Types showsPrec :: Int -> NuxeoLogEntry -> ShowS # show :: NuxeoLogEntry -> String # showList :: [NuxeoLogEntry] -> ShowS # |
data NuxeoLogType Source #
Instances
Eq NuxeoLogType Source # | |
Defined in Nuxeo.Types (==) :: NuxeoLogType -> NuxeoLogType -> Bool # (/=) :: NuxeoLogType -> NuxeoLogType -> Bool # | |
Read NuxeoLogType Source # | |
Defined in Nuxeo.Types readsPrec :: Int -> ReadS NuxeoLogType # readList :: ReadS [NuxeoLogType] # | |
Show NuxeoLogType Source # | |
Defined in Nuxeo.Types showsPrec :: Int -> NuxeoLogType -> ShowS # show :: NuxeoLogType -> String # showList :: [NuxeoLogType] -> ShowS # |