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
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
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 }}
haskell
/
containers
Public
Notifications
You must be signed in to change notification settings
Fork
194
Star
355
Code
Issues
102
Pull requests
31
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Add RULES for Data.IntMap.alterF
- #467
#467
Open
m-renaud
wants to merge 18 commits into
haskell:master
haskell/containers:master
from
m-renaud:alterf-rules
m-renaud/containers:alterf-rules
Copy head branch name to clipboard
Conversation
Commits
18
(18)
Checks
Files changed
Open
Add RULES for Data.IntMap.alterF
#467
m-renaud
wants to merge 18 commits into
haskell:master
haskell/containers:master
from
m-renaud:alterf-rules
m-renaud/containers:alterf-rules
Copy head branch name to clipboard
Commits
Commits on Dec 23, 2017
Initial implementation of alterF RULES.
m-renaud
committed
f437af1
View commit details
Copy full SHA for f437af1
Browse repository at this point
Commits on Dec 24, 2017
Add unit tests for alterF inline RULES.
m-renaud
committed
091a82d
View commit details
Copy full SHA for 091a82d
Browse repository at this point
Commits on Dec 29, 2017
Fix imports in IntMap/Internal.hs
m-renaud
committed
b70c8a1
View commit details
Copy full SHA for b70c8a1
Browse repository at this point
Add property test for alterF rules.
Show description for 75961b5
m-renaud
committed
75961b5
View commit details
Copy full SHA for 75961b5
Browse repository at this point
Add benchmarks for alterF rewrite rules.
Show description for c1bedde
m-renaud
committed
c1bedde
View commit details
Copy full SHA for c1bedde
Browse repository at this point
Commits on Dec 30, 2017
Remove uses of Applicative and pure.
Show description for 85dafee
m-renaud
committed
85dafee
View commit details
Copy full SHA for 85dafee
Browse repository at this point
Use coerce and newtype for TestIdentity and TestConst.
m-renaud
committed
f3f7a27
View commit details
Copy full SHA for f3f7a27
Browse repository at this point
Used Const . getConst in alterF rewrite.
m-renaud
committed
4ffbc19
View commit details
Copy full SHA for 4ffbc19
Browse repository at this point
Commits on Dec 31, 2017
Remove INLINE or NOINLINE todo.
m-renaud
committed
2ea64a8
View commit details
Copy full SHA for 2ea64a8
Browse repository at this point
Commits on Jan 4, 2018
Use coerce to define TestIdentity functor instance.
m-renaud
committed
cfc3730
View commit details
Copy full SHA for cfc3730
Browse repository at this point
Commits on Jan 8, 2018
Organize benchmarks into NoRewrite and Rewrite.
Show description for 08e1b1f
m-renaud
committed
08e1b1f
View commit details
Copy full SHA for 08e1b1f
Browse repository at this point
Make alterF to INLINEABLE.
Show description for 2564074
m-renaud
committed
2564074
View commit details
Copy full SHA for 2564074
Browse repository at this point
Merge branch 'master' into alterf-rules
Show description for 482dfc8
m-renaud
committed
482dfc8
View commit details
Copy full SHA for 482dfc8
Browse repository at this point
make prop_alterF_IdentityRules a property.
Show description for d400df5
m-renaud
committed
d400df5
View commit details
Copy full SHA for d400df5
Browse repository at this point
Undo unintentional change to stack.yaml.
Show description for fd5d2dc
m-renaud
committed
fd5d2dc
View commit details
Copy full SHA for fd5d2dc
Browse repository at this point
INLINABLE, not INLINEABLE.
Show description for e19a556
m-renaud
committed
e19a556
View commit details
Copy full SHA for e19a556
Browse repository at this point
Commits on Jan 9, 2018
Remove Const rewrite RULES for alterF.
m-renaud
committed
8fd1b25
View commit details
Copy full SHA for 8fd1b25
Browse repository at this point
Add more granular benchmarks.
Show description for 164ef90
m-renaud
committed
164ef90
View commit details
Copy full SHA for 164ef90
Browse repository at this point
You can’t perform that action at this time.