Popularity
7.7
Stable
Activity
0.0
Stable
27
8
4
Monthly Downloads: 13
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
papa alternatives and similar packages
Based on the "papa" category.
Alternatively, view papa alternatives based on common mentions on social networks and blogs.
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
Promo
www.saashub.com
Do you think we are missing an alternative of papa or a related project?
Popular Comparisons
README
papa
Top-level package for general libraries. To import all modules in all sub-packages:
import Papa
Package dependency tree:
papa
Top-level package which exports all other packages inpapa-*
.papa-base
Exports modules from thebase
package that are safe and useful to have re-exported into default scope. Implements useful, general library functions that depend only onbase
.-
papa-base-export
Exports safe and useful functions frombase
. -
papa-base-implement
Implements safe and useful functions that depend only onbase
. papa-bifunctors
Exports modules from the third-partybifunctors
package that are safe and useful to have re-exported into default scope. Implements useful, general library functions that depend only onbifunctors
.-
papa-bifunctors-export
Exports safe and useful functions frombifunctors
. -
papa-bifunctors-implement
Implements safe and useful functions that depend only onbifunctors
. papa-example
Example use of thepapa
packages.papa-lens
Exports modules from the third-partylens
package that are safe and useful to have re-exported into default scope. Implements useful, general library functions that depend only onlens
.-
papa-lens-export
Exports safe and useful functions fromlens
. -
papa-lens-implement
Implements safe and useful functions that depend only onlens
. papa-semigroupoids
Exports modules from the third-partysemigroupoids
package that are safe and useful to have re-exported into default scope. Implements useful, general library functions that depend only onsemigroupoids
.-
papa-semigroupoids-export
Exports safe and useful functions fromsemigroupoids
. -
papa-semigroupoids-implement
Implements safe and useful functions that depend only onsemigroupoids
. papa-x
Exports modules from arbitrary third-party packages that are safe and useful to have re-exported into default scope. Implements useful, general library functions that depend on arbitrary third-party packages.-
papa-x-export
Exports safe and useful functions from arbitrary third-party packages. -
papa-x-implement
Implements safe and useful functions that depend on arbitrary third-party packages.