Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Ribosome.Host.Data.ApiInfo
Documentation
Constructors
RpcDecl | |
Fields
|
Instances
Instances
IsString ExtType Source # | |
Defined in Ribosome.Host.Data.ApiInfo Methods fromString :: String -> ExtType # | |
Show ExtType Source # | |
Eq ExtType Source # | |
Ord ExtType Source # | |
Defined in Ribosome.Host.Data.ApiInfo | |
MsgpackDecode ExtType Source # | |
Defined in Ribosome.Host.Data.ApiInfo Methods fromMsgpack :: Object -> Either DecodeError ExtType Source # |
data ExtTypeMeta Source #
Constructors
ExtTypeMeta | |
Instances
Generic ExtTypeMeta Source # | |
Defined in Ribosome.Host.Data.ApiInfo Associated Types type Rep ExtTypeMeta :: Type -> Type # | |
Show ExtTypeMeta Source # | |
Defined in Ribosome.Host.Data.ApiInfo Methods showsPrec :: Int -> ExtTypeMeta -> ShowS # show :: ExtTypeMeta -> String # showList :: [ExtTypeMeta] -> ShowS # | |
Eq ExtTypeMeta Source # | |
Defined in Ribosome.Host.Data.ApiInfo | |
MsgpackDecode ExtTypeMeta Source # | |
Defined in Ribosome.Host.Data.ApiInfo Methods fromMsgpack :: Object -> Either DecodeError ExtTypeMeta Source # | |
type Rep ExtTypeMeta Source # | |
Defined in Ribosome.Host.Data.ApiInfo type Rep ExtTypeMeta = D1 ('MetaData "ExtTypeMeta" "Ribosome.Host.Data.ApiInfo" "ribosome-host-0.9.9.9-4n86eC1033RAA2pmC2T1m9" 'False) (C1 ('MetaCons "ExtTypeMeta" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int64) :*: S1 ('MetaSel ('Just "prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String))) |
Instances
Generic ApiInfo Source # | |
Show ApiInfo Source # | |
Eq ApiInfo Source # | |
MsgpackDecode ApiInfo Source # | |
Defined in Ribosome.Host.Data.ApiInfo Methods fromMsgpack :: Object -> Either DecodeError ApiInfo Source # | |
type Rep ApiInfo Source # | |
Defined in Ribosome.Host.Data.ApiInfo type Rep ApiInfo = D1 ('MetaData "ApiInfo" "Ribosome.Host.Data.ApiInfo" "ribosome-host-0.9.9.9-4n86eC1033RAA2pmC2T1m9" 'False) (C1 ('MetaCons "ApiInfo" 'PrefixI 'True) (S1 ('MetaSel ('Just "types") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Map ExtType ExtTypeMeta)) :*: S1 ('MetaSel ('Just "functions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [RpcDecl]))) |