Popularity
2.2
Declining
Activity
0.0
Stable
2
3
0

Monthly Downloads: 15
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Data    

ghost-buster alternatives and similar packages

Based on the "Data" category.
Alternatively, view ghost-buster alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of ghost-buster or a related project?

Add another 'Data' Package

README

Ghost Buster

Hackage Build Status

This package provides an easier way to work with existential data types. Normally, GHC will reject types that try to instantiate unification variables to polymorphic types (AKA impredicative types). This package uses a data contructor to hide that away, so you can nest as deeply as you like.

See tests for example code (more coming soon).