Copyright | (C) 2013-2015 Edward Kmett and Anthony Cowley |
---|---|
License | BSD-style (see the file LICENSE) |
Maintainer | Edward Kmett <ekmett@gmail.com> |
Stability | experimental |
Portability | non-portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Serialization of statically-sized types with the Data.Binary library.
Synopsis
- putLinear :: (Binary a, Foldable t) => t a -> Put
- getLinear :: (Binary a, Applicative t, Traversable t) => Get (t a)