Safe Haskell | Safe-Inferred |
---|
Linear.Binary
Description
Serialization of statically-sized types with the Data.Binary library.
- putLinear :: (Binary a, Foldable t) => t a -> Put
- getLinear :: (Binary a, Applicative t, Traversable t) => Get (t a)
linear-1.7: Linear Algebra
Safe Haskell | Safe-Inferred |
---|
Linear.Binary
Description
Serialization of statically-sized types with the Data.Binary library.