imprint-0.0.1.0: README.md
# Imprint
[](http://opensource.org/licenses/BSD-3-Clause)
[](https://hackage.haskell.org/package/imprint)
[](http://stackage.org/nightly/package/imprint)
[](http://stackage.org/lts/package/imprint)
[](https://travis-ci.org/mrkkrp/imprint)
[](https://coveralls.io/github/mrkkrp/imprint?branch=master)
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](https://github.com/mrkkrp/imprint/issues).
Pull requests are also welcome and will be reviewed quickly.
## License
Copyright © 2018 Mark Karpov
Distributed under BSD 3 clause license.