Skip to content
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

fix!: Tidy up about Ord and Eq #34

Merged
merged 28 commits into from
Dec 25, 2022
Merged

fix!: Tidy up about Ord and Eq #34

merged 28 commits into from
Dec 25, 2022

Conversation

MikuroXina
Copy link
Owner

  • fix!: Tidy up exports of eq and order
  • Impl Ord for Frozen
  • Impl PartialOrd for Number
  • Impl Ord for String
  • Add TupleN
  • Impl Eq for Boolean
  • Split PartialEq into another file
  • Add fromProjection
  • Split PartialOrd into another file
  • Add fromProjection for PartialOrd and Ord
  • Enforce converter
  • Fix bool equality
  • Use projection for Cat
  • Use converter for Cofree
  • Use converter for Free
  • Use converter for Frozen
  • Use projection for Lazy
  • Use converter for Tuple
  • Use converter for List
  • Use converter for Option
  • Use converter for Result
  • Fix string cmp
  • Fix TupleN cmp
  • Use converter for Zipper
  • Fix number cmp
  • Make import path relative
  • Sort imports

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant