binary-file-0.13.2: read/write binary file

Safe HaskellNone

File.Binary

Documentation

class Field r whereSource

Associated Types

type FieldArgument r Source

Methods

fromBinary :: Binary s => FieldArgument r -> s -> (r, s)Source

toBinary :: Binary s => FieldArgument r -> r -> sSource

tii :: Binary a => Int -> a -> (Int, a)Source

fii :: Binary a => Int -> Int -> aSource