BSD-3-Clause licensed and maintained by Mark Karpov
This version can be pinned in stack with:imprint-0.0.1.0@sha256:4071c28da4620e7e2730453fd1e8cd53beeb17c6648762283bd22acddc45818c,1925

Module documentation for 0.0.1.0

Imprint

License BSD3 Hackage Stackage Nightly Stackage LTS Build Status Coverage Status

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.

Changes

Imprint 0.0.1.0

  • Initial release.