Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/singpolyma/permute-rankntypes

Permutation parsers using higher-kinded polymorphism
https://github.com/singpolyma/permute-rankntypes

Last synced: about 1 month ago
JSON representation

Permutation parsers using higher-kinded polymorphism

Awesome Lists containing this project

README

        

This is a very small tweak to the excellent library to change it from using ExistentialQuantification (which I at least find unappealing as a language extension) to using RankNTypes (which is something Haskell98 only lacks because of the implications for type inference).

The transformation is quite small and entirely mechanical.