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

feat: Add PartialEqUnary implementations #247

Merged
merged 18 commits into from
Jul 24, 2024
Merged

feat: Add PartialEqUnary implementations #247

merged 18 commits into from
Jul 24, 2024

Conversation

MikuroXina
Copy link
Owner

  • Improve fromProjection type parameter
  • Add partialEqUnary for Lazy
  • Add partialEqUnary for Cofree
  • Add partialEqUnary for Compose
  • Add partialEqUnary for Const
  • Improve default type parameter
  • Add partialEq, eq and partialEqUnary for ControlFlow
  • Add partialEqUnary for Free
  • Add partialEqUnary for Identity
  • Add partialEqUnary for Map
  • Add partialEqUnary for Option
  • Fix type error
  • Add partialEqUnary for Record
  • Add partialEqUnary for Result
  • Add partialEqUnary for These
  • Add partialEqUnary for Tuple
  • Add partialEqUnary for Yoneda

@MikuroXina MikuroXina linked an issue Jul 24, 2024 that may be closed by this pull request
@MikuroXina MikuroXina enabled auto-merge (squash) July 24, 2024 16:19
@MikuroXina MikuroXina merged commit c6f2252 into main Jul 24, 2024
1 check passed
@MikuroXina MikuroXina deleted the feat/#226 branch July 24, 2024 16:19
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.

Impl PartialEqUnary for all data structures
1 participant