README 414 B

123456789
  1. Type classes for mapping, folding, and traversing monomorphic and
  2. polymorphic containers. Haskell is good at operating over polymorphic
  3. containers such as a list [a]. A monomorphic container is one such
  4. as Text which has a type Text that does not expose a type variable
  5. for the underlying characters.
  6. After uninstalling, run this command to unregister the package from
  7. the ghc package database: ghc-pkg recache