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