Description
Serialization of arbitrary Haskell expressions.
README.md
Imprint
Serialization of arbitrary Haskell expressions. Currently supports serialization of
- Values with a
Binary
instance - Monomorphic functions
- Closures built upon the two previous components
See the Haddock for a proper introduction.
Contribution
Issues, bugs, and questions may be reported in the GitHub issue tracker for this project.
Pull requests are also welcome and will be reviewed quickly.
License
Copyright © 2018 Mark Karpov
Distributed under BSD 3 clause license.