Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Documentation
Instances
ToText Int Source # | |
ToText ByteString Source # | |
Defined in Network.Livy.Internal.Text toText :: ByteString -> Text Source # | |
ToText Text Source # | |
ToText StatementState Source # | |
Defined in Network.Livy.Client.Types.Statement toText :: StatementState -> Text Source # | |
ToText StatementId Source # | |
Defined in Network.Livy.Client.Types.Statement toText :: StatementId -> Text Source # | |
ToText SessionId Source # | |
ToText SessionState Source # | |
Defined in Network.Livy.Client.Types.Session toText :: SessionState -> Text Source # | |
ToText SessionKind Source # | |
Defined in Network.Livy.Client.Types.Session toText :: SessionKind -> Text Source # | |
ToText BatchState Source # | |
Defined in Network.Livy.Client.Types.Batch toText :: BatchState -> Text Source # | |
ToText BatchId Source # | |
ToText a => ToText (Maybe a) Source # | |