Popularity
2.1
Stable
Activity
0.0
Stable
2
3
0
Monthly Downloads: 10
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.
-
compendium-client
DISCONTINUED. Mu (μ) is a purely functional framework for building micro services. -
text-icu
This package provides the Haskell Data.Text.ICU library, for performing complex manipulation of Unicode text. -
streaming
An optimized general monad transformer for streaming applications, with a simple prelude of functions
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

Do you think we are missing an alternative of ghost-buster or a related project?
README
Ghost Buster
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).