@hackage roundtrip0.2.0.1
Bidirectional (de-)serialization
Categories
License
BSD-3-Clause
Maintainer
Stefan Wehr <wehr@factisresearch.com>,
Links
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (7)
- base >=4 && <5
- containers >=0.3 && <0.6
- pretty >=1.0 && <1.1
- safe >=0.3 && <0.4
- template-haskell >=2.4 && <2.6
- text >=0.11 && <0.12 Show all…
Dependents (5)
@hackage/roundtrip-string, @hackage/acme-everything, @hackage/voicebase, @hackage/roundtrip-aeson, @hackage/roundtrip-xml
Roundtrip allows the definition of bidirectional (de-)serialization specifications. The specification language is based on the ideas described in the paper /Invertible Syntax Descriptions: Unifying Parsing and Pretty Printing/ by Tillmann Rendel and Klaus Ostermann, Haskell Symposium 2010.
This package does not provide concrete instances of the specification classes, see the packages roundtrip-string and roundtrip-xml instead.
The package contains slightly modified code from Tillmann Rendel's partial-isomorphisms and invertible-syntax packages (Copyright (c) 2010-11 University of Marburg).