avro-0.4.4.3: Avro serialization support for Haskell
Data.Avro.Zig
class Zig a where Source #
Associated Types
type Zigged a Source #
Methods
zig :: a -> Zigged a Source #
Defined in Data.Avro.Zig
type Zigged Int :: Type Source #
zig :: Int -> Zigged Int Source #
type Zigged Int8 :: Type Source #
zig :: Int8 -> Zigged Int8 Source #
type Zigged Int16 :: Type Source #
zig :: Int16 -> Zigged Int16 Source #
type Zigged Int32 :: Type Source #
zig :: Int32 -> Zigged Int32 Source #
type Zigged Int64 :: Type Source #
zig :: Int64 -> Zigged Int64 Source #