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

MonoUnfold and MonoUnfold1 #224

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

BebeSparkelSparkel
Copy link
Collaborator

Allows for right and left unfolding.

@BebeSparkelSparkel
Copy link
Collaborator Author

#229

@@ -1252,6 +1385,10 @@ instance MonoPointed (Tree a) where
instance (Applicative f, Applicative g) => MonoPointed ((f :+: g) a) where
opoint = R1 . pure
{-# INLINE opoint #-}
-- | @since ????????????
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there's a lot of commented code here; is this meant to be a draft PR?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the draft suggestion. Could you give you opinion on #229 that is related to this?

@BebeSparkelSparkel BebeSparkelSparkel marked this pull request as draft July 12, 2024 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants