@hackage forest0.2.1.1
Tree and Forest types
Categories
License
MPL-2.0
Maintainer
me@shane.sh
Links
Versions
Installation
Dependencies (12)
- base >=4.2 && <5
- deepseq >=1.1 && <2
- ghc-prim ==0.2.0.0
- transformers >=0.4 && <0.6
- aeson >=0.2 && <2
- bifunctors >=0.1 && <6 Show all…
Dependents (2)
@hackage/data-forest, @hackage/acme-everything
Tree and Forest types, where the leafs and branches of a tree can store
different types of data, and forests are parameterised by an arbitrary
functor (usually []
, but sometimes you might want NonEmpty
for example).