Popularity
7.7
Declining
Activity
0.0
Stable
27
7
4
Monthly Downloads: 17
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.
-
papa-prelude-semigroupoids
Prelude with only useful functions -
papa-implement
All implemented modules and others with multiple dependencies -
papa-semigroupoids-implement
Useful semigroupoids functions reimplemented -
papa-bifunctors-export
export useful functions from bifunctors -
papa-bifunctors-implement
Useful bifunctors functions reimplemented -
papa-semigroupoids-export
export useful functions from semigroupoids
Clean code begins in your IDE with SonarLint
Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
Promo
www.sonarlint.org
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.