| Safe Haskell | None |
|---|
File.Binary
Documentation
Associated Types
type FieldArgument r Source
Methods
fromBinary :: Binary s => FieldArgument r -> s -> (r, s)Source
toBinary :: Binary s => FieldArgument r -> r -> sSource
readBinaryFile :: FilePath -> IO StringSource
writeBinaryFile :: FilePath -> String -> IO ()Source