Path to this page:
Subject: CVS commit: pkgsrc/devel/hs-mono-traversable
From: Masatake Daimon
Date: 2020-01-03 08:42:18
Message id: 20200103074218.AB0DAFA97@cvs.NetBSD.org
Log Message:
Import mono-traversable-1.0.15.1
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.
Files: