Deprecated

imprint

Serialization of arbitrary Haskell expressions

https://github.com/mrkkrp/imprint

Version on this page:0.0.1.0
LTS Haskell 11.22:0.0.1.0@rev:1
Stackage Nightly 2018-07-04:0.0.1.0@rev:1
Latest on Hackage:0.0.1.0@rev:1

See all snapshots imprint appears in

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

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.