Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
atzeus
/
type-aligned
Public
Notifications
You must be signed in to change notification settings
Fork
6
Star
21
Code
Issues
5
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
fold, foldMap, foldl, & foldr
- #16
#16
Open
robrix
wants to merge 10 commits into
atzeus:master
atzeus/type-aligned:master
from
robrix:foldmap
robrix/type-aligned:foldmap
Copy head branch name to clipboard
Conversation
Commits
10
(10)
Checks
Files changed
Open
fold, foldMap, foldl, & foldr
#16
robrix
wants to merge 10 commits into
atzeus:master
atzeus/type-aligned:master
from
robrix:foldmap
robrix/type-aligned:foldmap
Copy head branch name to clipboard
Commits
Commits on May 12, 2018
Define a tfoldMap operation with a default definition.
robrix
committed
5a6aa63
View commit details
Copy full SHA for 5a6aa63
Browse repository at this point
Define tfoldMap for BinaryTree.
robrix
committed
06d9722
View commit details
Copy full SHA for 06d9722
Browse repository at this point
Define tfoldMap for SnocList.
robrix
committed
58f5177
View commit details
Copy full SHA for 58f5177
Browse repository at this point
Define tfoldMap for ToCatQueue.
robrix
committed
c5ede51
View commit details
Copy full SHA for c5ede51
Browse repository at this point
Define tfoldMap for Queue.
robrix
committed
40d9e6d
View commit details
Copy full SHA for 40d9e6d
Browse repository at this point
Define tfoldMap for FingerTree.
robrix
committed
7474dc5
View commit details
Copy full SHA for 7474dc5
Browse repository at this point
Define a tfold operation à la Foldable.
robrix
committed
70216a8
View commit details
Copy full SHA for 70216a8
Browse repository at this point
Add a foldr method to TASequence.
Show description for 11fa498
robrix
committed
11fa498
View commit details
Copy full SHA for 11fa498
Browse repository at this point
Correct the type & definition of foldr & Endo for left-to-right, right-associated folds over sequences.
robrix
committed
d0dc00f
View commit details
Copy full SHA for d0dc00f
Browse repository at this point
Define foldl for type-aligned sequences via a dual approach.
robrix
committed
4a35ba0
View commit details
Copy full SHA for 4a35ba0
Browse repository at this point
You can’t perform that action at this time.