paulyoung / purescript-partial-isomorphisms

A PureScript implementation of partial isomorphisms, from the paper Invertible Syntax Descriptions: Unifying Parsing and Pretty Printing (Rendel and Ostermann 2010)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

purescript-partial-isomorphisms

Build Status

A PureScript implementation of partial isomorphisms, from the paper Invertible Syntax Descriptions: Unifying Parsing and Pretty Printing (Rendel and Ostermann 2010).

Licensing

This project is licensed under the terms of the Apache-2.0 license.

However, some additional functionality not included in the paper has been included here, with inspiration taken from the Haskell package partial-isomorphisms. The following copyright notice appears in conformance with its BSD-3-Clause license.

Copyright (c) 2010-11 University of Marburg

All rights reserved.

About

A PureScript implementation of partial isomorphisms, from the paper Invertible Syntax Descriptions: Unifying Parsing and Pretty Printing (Rendel and Ostermann 2010)

License:Apache License 2.0


Languages

Language:PureScript 100.0%