ghc-mono-traversable 1.0.13.0 Haskell classes for mapping, folding, and traversing monomorphic containers

This Haskell package provides Monomorphic variants of the Functor, Foldable, and Traversable typeclasses. If you understand Haskell's basic typeclasses, you understand mono-traversable. In addition to what you are used to, it adds on an IsSequence typeclass and has code for marking data structures as non-empty.