Third-party Slackware packages built with slackrepo on Slackware64-current. Use at your own risk. All packages are signed with my GPG key.
| Name | Last modified | Size | |
|---|---|---|---|
| Parent Directory | - | ||
| haskell-mono-traversable-1.0.9.0-x86_64-1_danix.txz | 2026-07-13 13:22 | 1.0M | |
| haskell-mono-traversable-1.0.9.0-x86_64-1_danix.lst | 2026-07-13 13:22 | 8.3K | |
| haskell-mono-traversable-1.0.9.0-x86_64-1_danix.dep | 2026-07-13 13:22 | 206 | |
| haskell-mono-traversable-1.0.9.0-x86_64-1_danix.txt | 2026-07-13 13:22 | 649 | |
| haskell-mono-traversable-1.0.9.0-x86_64-1_danix.meta | 2026-07-13 13:22 | 910 | |
| haskell-mono-traversable-1.0.9.0-x86_64-1_danix.txz.md5 | 2026-07-13 13:22 | 86 | |
| haskell-mono-traversable-1.0.9.0-x86_64-1_danix.txz.sha256 | 2026-07-13 13:22 | 118 | |
| haskell-mono-traversable-1.0.9.0-x86_64-1_danix.txz.asc | 2026-07-13 14:43 | 870 | |
haskell-mono-traversable (classes for monomorphic containers)
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.