binary-file-0.14.1: 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

class (Eq b, Monoid b) => Binary b whereSource