-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comparison to lattices
#4
Comments
Hi, I'm not familiar with the It doesn't introduce the notion of lattices. Also, it provides instances and functions for e.g. testing for the subset-relation of lists out of the box:
Does this answer your question? |
Partially,
There isn't a partial order for lists, but if added it probably be subrange relation (i.e. |
Ok, as I understand it we can summarize: The packages have some overlap, but don't provide equivalent functionality. What do you think, shall we close the issue? |
Some comparison between the interfaces in (Unfortunately, neither interface fits my needs: connectedness of nodes in a DAG is a partial order, but it is relative to a context (the DAG), a nodes in a particular DAG do not make a good Haskell type.) |
I see
partial-order
has some additional combinators, not present in http://hackage.haskell.org/package/lattices, but is there any other reasons to prefer one over another?The text was updated successfully, but these errors were encountered: