persistent-mtl
Monad transformers for the persistent library (by brandonchinn178)
dep-t-advice
Giving good advice to functions in records-of-functions. (by danidiaz)
persistent-mtl | dep-t-advice | |
---|---|---|
1 | 1 | |
14 | 0 | |
- | - | |
6.0 | 0.0 | |
4 months ago | over 2 years ago | |
Haskell | Haskell | |
BSD 3-clause "New" or "Revised" License | BSD 3-clause "New" or "Revised" License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
persistent-mtl
Posts with mentions or reviews of persistent-mtl.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-09-18.
-
[ANN] explainable-predicates: Predicates that can explain themselves
This is great! I was able to replace my ad-hoc implementation of being able to check equality on certain elements in a list, but not others: https://github.com/brandonchinn178/persistent-mtl/pull/42
dep-t-advice
Posts with mentions or reviews of dep-t-advice.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-11-22.
What are some alternatives?
When comparing persistent-mtl and dep-t-advice you can also consider the following projects:
persistent-relational-record - Persistent adapter for Haskell Relational Record
perhaps - A monad, perhaps.
persistent-protobuf - a Template-Haskell routine to ease integration between Persistent and protobufs
tagged-identity - Trivial monad transformer that allows identical monad stacks have different types
persistent-generic - Generic facilities for working with Persistent classes
dep-t - Dependency injection for records-of-functions.