-
Notifications
You must be signed in to change notification settings - Fork 14
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
Implement a new typeclass hierarchy (again) #64
Open
endgame
wants to merge
15
commits into
tomjaguarpaw:master
Choose a base branch
from
endgame:semi-sum-and-product-profunctors-take-2
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Implement a new typeclass hierarchy (again) #64
endgame
wants to merge
15
commits into
tomjaguarpaw:master
from
endgame:semi-sum-and-product-profunctors-take-2
Commits on Apr 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2d4262b - Browse repository at this point
Copy the full SHA 2d4262bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8fc1d1 - Browse repository at this point
Copy the full SHA d8fc1d1View commit details -
Reintroduce
ProductProfunctor
classIt represents "`SemiProductProfunctor` with a unit".
Configuration menu - View commit details
-
Copy full SHA for a460333 - Browse repository at this point
Copy the full SHA a460333View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d96301 - Browse repository at this point
Copy the full SHA 3d96301View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31589d0 - Browse repository at this point
Copy the full SHA 31589d0View commit details -
Reorganise methods on
SemiProductProfunctor
This places all three main ways of viewing this class on equal footing: * The "tupling profunctors" perspective: `p a b -> p a' b' -> p (a, a') (b, b')` * The "applicative output" perspective: `p x (a -> b) -> p x a -> p x b` * The "divisible input" perspective: `(a -> (b, c)) -> p b x -> p c x -> p a x`
Configuration menu - View commit details
-
Copy full SHA for f756736 - Browse repository at this point
Copy the full SHA f756736View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ddc1d8 - Browse repository at this point
Copy the full SHA 0ddc1d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 673409a - Browse repository at this point
Copy the full SHA 673409aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43d1f05 - Browse repository at this point
Copy the full SHA 43d1f05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 917972e - Browse repository at this point
Copy the full SHA 917972eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc0691b - Browse repository at this point
Copy the full SHA cc0691bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 562e842 - Browse repository at this point
Copy the full SHA 562e842View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48c43e6 - Browse repository at this point
Copy the full SHA 48c43e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9812e73 - Browse repository at this point
Copy the full SHA 9812e73View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8daae9 - Browse repository at this point
Copy the full SHA a8daae9View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.