twentyseven-0.0.0: Rubik's cube solver

Safe HaskellNone
LanguageHaskell2010

Data.Binary.Storable

Description

A binary-(the library)-like module which communicates directly through handles rather than using bytestring.

Documentation

type Put a = Handle -> a -> IO () Source

type Get a = Handle -> IO a Source

storableGet :: forall a. Storable a => Get a Source

encodeFile :: Binary a => FilePath -> a -> IO () Source