summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-mono-traversable/README
blob: 245a61346b413d18f268826eb8a3604f15263646 (plain)
1
2
3
4
5
6
7
8
Type classes for mapping, folding, and traversing monomorphic and
polymorphic containers. Haskell is good at operating over polymorphic
containers such as a list [a]. A monomorphic container is one such
as Text which has a type Text that does not expose a type variable
for the underlying characters.

After uninstalling, run this command to unregister the package from
the ghc package database:   ghc-pkg recache