Ribosome.Host.Data.ApiType
data ApiPrim Source #
Constructors
Defined in Ribosome.Host.Data.ApiType
Methods
showsPrec :: Int -> ApiPrim -> ShowS #
show :: ApiPrim -> String #
showList :: [ApiPrim] -> ShowS #
(==) :: ApiPrim -> ApiPrim -> Bool #
(/=) :: ApiPrim -> ApiPrim -> Bool #
data ApiType Source #
showsPrec :: Int -> ApiType -> ShowS #
show :: ApiType -> String #
showList :: [ApiType] -> ShowS #
(==) :: ApiType -> ApiType -> Bool #
(/=) :: ApiType -> ApiType -> Bool #
fromMsgpack :: Object -> Either Text ApiType Source #
missingKey :: String -> Object -> Either Text ApiType Source #
polyType :: ApiType -> Bool Source #
pattern PolyType :: ApiType Source #
type Parser = Parser Text Source #
ws :: Parser () Source #
span :: Parser () -> Parser String Source #
prim :: Parser ApiPrim Source #
typedArray :: Parser ApiType Source #
array :: Parser ApiType Source #
ext :: Parser ApiType Source #
apiType :: Parser ApiType Source #
parseApiType :: ByteString -> Either Text ApiType Source #