Description
Existential type utilites.
Description
This package provides utilities for working with existential types.
README.md
Ghost Buster
This package provides an easier way to work with existential data types. Normally, GHC will reject types with deeply nested forall
s in them. This package uses a data contructor to hide that away, so you can nest as deeply as you like.
Example code is in the examples
folder.