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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
haskell
/
vector
Public
Notifications
You must be signed in to change notification settings
Fork
145
Star
398
Code
Issues
48
Pull requests
4
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Implement Applicative based API
- #522
#522
Merged
Shimuuar
merged 14 commits into
master
haskell/vector:master
from
traverse
haskell/vector:traverse
Copy head branch name to clipboard
Sep 9, 2025
Conversation
Commits
14
(14)
Checks
Files changed
Merged
Implement Applicative based API
#522
Shimuuar
merged 14 commits into
master
haskell/vector:master
from
traverse
haskell/vector:traverse
Copy head branch name to clipboard
Commits
Commits on Sep 5, 2025
Implement functions which use Applicatives
Show description for 3ed0df2
Shimuuar
committed
3ed0df2
View commit details
Copy full SHA for 3ed0df2
Browse repository at this point
First version of benchmarks for applicative functions
Show description for 503f524
Shimuuar
committed
503f524
View commit details
Copy full SHA for 503f524
Browse repository at this point
Implement STA optimization trick as an optimization
Show description for 8b1be88
Shimuuar
committed
8b1be88
View commit details
Copy full SHA for 8b1be88
Browse repository at this point
Update vector/src/Data/Vector/Generic.hs
Show description for a08bf3d
Shimuuar
and
konsumlamm
committed
a08bf3d
View commit details
Copy full SHA for a08bf3d
Browse repository at this point
We don't need to return vector in STA
Show description for 10d112d
Shimuuar
committed
10d112d
View commit details
Copy full SHA for 10d112d
Browse repository at this point
Add rewrite rules for IO, ST, and Identity
Show description for 49503fc
Shimuuar
committed
49503fc
View commit details
Copy full SHA for 49503fc
Browse repository at this point
Add function which discard result of applicative action
Shimuuar
committed
a6bd2a5
View commit details
Copy full SHA for a6bd2a5
Browse repository at this point
Put Applicative in first place in context
Show description for 9881b63
Shimuuar
committed
9881b63
View commit details
Copy full SHA for 9881b63
Browse repository at this point
Add reexports
Shimuuar
committed
37b674c
View commit details
Copy full SHA for 37b674c
Browse repository at this point
Update changelog
Shimuuar
committed
701f0a4
View commit details
Copy full SHA for 701f0a4
Browse repository at this point
Add tests
Shimuuar
committed
36f86e3
View commit details
Copy full SHA for 36f86e3
Browse repository at this point
Fix handling of negative sizes for generateA
Show description for 341c230
Shimuuar
committed
341c230
View commit details
Copy full SHA for 341c230
Browse repository at this point
Use liftA2
Show description for cc5725f
Shimuuar
committed
cc5725f
View commit details
Copy full SHA for cc5725f
Browse repository at this point
Commits on Sep 8, 2025
Use new traverse for Traversable instances
Shimuuar
committed
e1d2688
View commit details
Copy full SHA for e1d2688
Browse repository at this point
You can’t perform that action at this time.