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
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
.
BackendJava
/
lambda
Public
forked from
palatable/lambda
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
lambda
src
test
java
testsupport
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 31, 2021
- WriterT#pure now has direct access to embedded monad's pure
Show description for eca9d40
jnape
committed
eca9d40
View commit details
Copy full SHA for eca9d40
View code at this point
Browse repository at this point
Commits on Dec 12, 2020
Loosen EitherMatcher types, add static constructors
Show description for 86743e0
inkblot
authored and
jnape
committed
86743e0
View commit details
Copy full SHA for 86743e0
View code at this point
Browse repository at this point
Commits on Feb 8, 2020
IterateT, ListT done right (https://wiki.haskell.org/ListT_done_right)
jnape
committed
39f79d2
View commit details
Copy full SHA for 39f79d2
View code at this point
Browse repository at this point
Added EitherMatcher in place of Left/RightMatcher
7h3kk1d
authored and
jnape
committed
44324d4
View commit details
Copy full SHA for 44324d4
View code at this point
Browse repository at this point
Reformatting
jnape
committed
e22363d
View commit details
Copy full SHA for e22363d
View code at this point
Browse repository at this point
Cleaned up type params; made double-run effects clearer
nomicflux
authored and
jnape
committed
e3158d1
View commit details
Copy full SHA for e3158d1
View code at this point
Browse repository at this point
Added StateT and State matchers
nomicflux
authored and
jnape
committed
5cb722b
View commit details
Copy full SHA for 5cb722b
View code at this point
Browse repository at this point
Adding WriterTMatcher and WriterT#evalT/execT
jnape
committed
4111f73
View commit details
Copy full SHA for 4111f73
View code at this point
Browse repository at this point
Commits on Sep 17, 2019
Removing various unchecked warnings
jnape
committed
a74b984
View commit details
Copy full SHA for a74b984
View code at this point
Browse repository at this point
Commits on Sep 10, 2019
- Adding MonadRec instance for remaining monads
Show description for 3afdabc
jnape
committed
3afdabc
View commit details
Copy full SHA for 3afdabc
View code at this point
Browse repository at this point
- initial MonadRec interface
Show description for 6e95041
jnape
committed
6e95041
View commit details
Copy full SHA for 6e95041
View code at this point
Browse repository at this point
Commits on Sep 6, 2019
Deprecating peek
jnape
committed
d5e2291
View commit details
Copy full SHA for d5e2291
View code at this point
Browse repository at this point
Commits on Aug 27, 2019
MonadT changes
Show description for 067056f
jnape
committed
067056f
View commit details
Copy full SHA for 067056f
View code at this point
Browse repository at this point
Commits on Aug 15, 2019
More work on IOMatcher
jnape
committed
f0bfb04
View commit details
Copy full SHA for f0bfb04
View code at this point
Browse repository at this point
Commits on Jul 24, 2019
EquatableM delegates lazyZip to monad; loosening test timeout
jnape
committed
fdd8092
View commit details
Copy full SHA for fdd8092
View code at this point
Browse repository at this point
Commits on Jul 22, 2019
MonadError, monads that can be thrown to and caught from
Show description for a5d81ee
jnape
committed
a5d81ee
View commit details
Copy full SHA for a5d81ee
View code at this point
Browse repository at this point
Commits on Jun 24, 2019
Clearing last of the Mockito reflection warnings
jnape
committed
0b559dd
View commit details
Copy full SHA for 0b559dd
View code at this point
Browse repository at this point
Update Mockito version to 2.28.2 (fixes #57).
PascalSchumacher
authored and
jnape
committed
ca3e6db
View commit details
Copy full SHA for ca3e6db
View code at this point
Browse repository at this point
Commits on May 20, 2019
Bumping version to 4.0.0-SNAPSHOT; removing apache-commons test dep
jnape
committed
03eca04
View commit details
Copy full SHA for 03eca04
View code at this point
Browse repository at this point
Commits on May 19, 2019
Adding default prisms for Either, Maybe, Maps, and UUIDs
jnape
committed
24a12ec
View commit details
Copy full SHA for 24a12ec
View code at this point
Browse repository at this point
Commits on May 15, 2019
peek now accepts a -> IO <?> for better inference
jnape
committed
60a7eff
View commit details
Copy full SHA for 60a7eff
View code at this point
Browse repository at this point
Commits on May 12, 2019
Removing extraneous imports
jnape
committed
576292c
View commit details
Copy full SHA for 576292c
View code at this point
Browse repository at this point
Commits on May 11, 2019
Cutting all java.util.function/Runnable/Callable ties
Show description for eb596f8
jnape
committed
eb596f8
View commit details
Copy full SHA for eb596f8
View code at this point
Browse repository at this point
Commits on Apr 22, 2019
Lens and Iso are now Optics; retargeting new optic interface for everything
jnape
committed
b643ba8
View commit details
Copy full SHA for b643ba8
View code at this point
Browse repository at this point
Commits on Apr 19, 2019
Even more new javac warnings
jnape
committed
5186c11
View commit details
Copy full SHA for 5186c11
View code at this point
Browse repository at this point
Commits on Apr 14, 2019
More elimination of warnings
jnape
committed
f7c3008
View commit details
Copy full SHA for f7c3008
View code at this point
Browse repository at this point
Commits on Apr 13, 2019
Eliminating all raw types
jnape
committed
329e784
View commit details
Copy full SHA for 329e784
View code at this point
Browse repository at this point
- Adding Applicative#lazyZip, supporting short-circuiting for some types
Show description for f076fc8
jnape
committed
f076fc8
View commit details
Copy full SHA for f076fc8
View code at this point
Browse repository at this point
Commits on Apr 10, 2019
Adding LazyRec for modelling lazy, stack-safe recursion
jnape
committed
4e76e97
View commit details
Copy full SHA for 4e76e97
View code at this point
Browse repository at this point
Commits on Mar 31, 2019
Adding Lazy, a monad representing a lazy computation
jnape
committed
05356aa
View commit details
Copy full SHA for 05356aa
View code at this point
Browse repository at this point
Moving IO to its own package
jnape
committed
08ebc8e
View commit details
Copy full SHA for 08ebc8e
View code at this point
Browse repository at this point
IO internal rewrite
Show description for 8e88796
jnape
committed
8e88796
View commit details
Copy full SHA for 8e88796
View code at this point
Browse repository at this point
Commits on Jan 28, 2019
Adding Monad#join, alias of flatMap(id())
jnape
committed
9c1c6d4
View commit details
Copy full SHA for 9c1c6d4
View code at this point
Browse repository at this point
Moving IO back until a future release
jnape
committed
7f23b8f
View commit details
Copy full SHA for 7f23b8f
View code at this point
Browse repository at this point
Commits on Jan 9, 2019
Moving IO to its own package
jnape
committed
13863a6
View commit details
Copy full SHA for 13863a6
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.