Rattletrap.Type.Property.Array
newtype Array a Source #
Constructors
Defined in Rattletrap.Type.Property.Array
Methods
parseJSON :: Value -> Parser (Array a) #
parseJSONList :: Value -> Parser [Array a] #
omittedField :: Maybe (Array a) #
toJSON :: Array a -> Value #
toEncoding :: Array a -> Encoding #
toJSONList :: [Array a] -> Value #
toEncodingList :: [Array a] -> Encoding #
omitField :: Array a -> Bool #
showsPrec :: Int -> Array a -> ShowS #
show :: Array a -> String #
showList :: [Array a] -> ShowS #
(==) :: Array a -> Array a -> Bool #
(/=) :: Array a -> Array a -> Bool #
fromList :: List (Dictionary a) -> Array a Source #
toList :: Array a -> List (Dictionary a) Source #
schema :: Schema -> Schema Source #
bytePut :: (a -> BytePut) -> Array a -> BytePut Source #
byteGet :: ByteGet a -> ByteGet (Array a) Source #