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 }}
extremenelson
/
functionaljava
Public
forked from
functionaljava/functionaljava
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 16, 2016
Merge pull request #278 from bakeemawaytoys/Natural_Gen_Shrink
Show description for 34534a8
mperry
authored
34534a8
View commit details
Copy full SHA for 34534a8
Browse repository at this point
Switched the the Gen and Shrink implementations for Natural to use BigInteger instead of Long. This will allow for generation of Naturals that are larger than Long.MAX_VALUE. The implementations h…
Show description for 56508b6
bakeemawaytoys
committed
56508b6
View commit details
Copy full SHA for 56508b6
Browse repository at this point
Merge pull request #277 from bakeemawaytoys/Issue_276
mperry
authored
9e70768
View commit details
Copy full SHA for 9e70768
Browse repository at this point
Fixed issue #276 by modifying the BigInteger Shrink implementation to use the same logic as the Shrink implementation for Long. Also fixed some Javadoc typos.
bakeemawaytoys
committed
0330824
View commit details
Copy full SHA for 0330824
Browse repository at this point
Commits on Jun 15, 2016
Remove unnecessary indirection in Equal#eq partial application.
jbgi
committed
9e5b6ad
View commit details
Copy full SHA for 9e5b6ad
Browse repository at this point
Implemented Equal, Hash, Arbitrary, and Shrink for Natural as well as the equals, hashCode and toString methods on Natural. Also fixed the subtract method on Natural as well as the Javadoc on the …
Show description for 09b6713
bakeemawaytoys
authored and
jbgi
committed
09b6713
View commit details
Copy full SHA for 09b6713
Browse repository at this point
Merge pull request #275 from functionaljava/stack-stafe-state
Show description for dc64339
mperry
authored
dc64339
View commit details
Copy full SHA for dc64339
Browse repository at this point
Commits on Jun 14, 2016
Remove use of Arbitrary wrapper
jbgi
committed
2833a56
View commit details
Copy full SHA for 2833a56
Browse repository at this point
Stack safe State
mrbackend
authored and
jbgi
committed
8eac39a
View commit details
Copy full SHA for 8eac39a
Browse repository at this point
Fix unchecked conversion warnings. Fix #269.
jbgi
committed
7b84ad9
View commit details
Copy full SHA for 7b84ad9
Browse repository at this point
Document version deprecated for toJavaArray methods. Fix #264
Show description for 7a9f3d9
jbgi
committed
7a9f3d9
View commit details
Copy full SHA for 7a9f3d9
Browse repository at this point
Remove extra type parameters on methods in P2.Optic. Fix #273
jbgi
committed
bcc0b71
View commit details
Copy full SHA for bcc0b71
Browse repository at this point
Commits on Jun 10, 2016
Merge pull request #271 from charleso/topic/no-arbitrary-wrapper
Show description for 5ceabae
mperry
authored
5ceabae
View commit details
Copy full SHA for 5ceabae
Browse repository at this point
Commits on Jun 8, 2016
Merge pull request #267 from gliptak/dbexception1
Show description for 12b6163
mperry
committed
12b6163
View commit details
Copy full SHA for 12b6163
Browse repository at this point
Commits on Jun 7, 2016
Add DB.db method with Try1
gliptak
committed
e87d5be
View commit details
Copy full SHA for e87d5be
Browse repository at this point
Rename Coarbitrary to Cogen
charleso
committed
7f46d9d
View commit details
Copy full SHA for 7f46d9d
Browse repository at this point
Remove use of Arbitrary wrapper
charleso
committed
d011bf1
View commit details
Copy full SHA for d011bf1
Browse repository at this point
Merge pull request #268 from gliptak/excludedemo
Show description for efe666a
mperry
committed
efe666a
View commit details
Copy full SHA for efe666a
Browse repository at this point
Exclude demo subproject from Coveralls
gliptak
committed
8ada2ae
View commit details
Copy full SHA for 8ada2ae
Browse repository at this point
Commits on Jun 6, 2016
Merge pull request #262 from gliptak/coverage4
Show description for ae8864e
mperry
committed
ae8864e
View commit details
Copy full SHA for ae8864e
Browse repository at this point
Merge pull request #234 from gliptak/coverage3
Show description for f831eb5
mperry
committed
f831eb5
View commit details
Copy full SHA for f831eb5
Browse repository at this point
Add tests for fj.Class
gliptak
committed
e93d78a
View commit details
Copy full SHA for e93d78a
Browse repository at this point
Merge pull request #233 from gliptak/coverage2
Show description for 7224221
mperry
committed
7224221
View commit details
Copy full SHA for 7224221
Browse repository at this point
Commits on Jun 4, 2016
Add JUnit for quickcheck Bool
gliptak
committed
b943873
View commit details
Copy full SHA for b943873
Browse repository at this point
Add JUnit for DbState
gliptak
committed
63667ff
View commit details
Copy full SHA for 63667ff
Browse repository at this point
Commits on May 26, 2016
Hard memo memory reduction (#258)
Show description for 97b767e
clinuxrulz
authored and
jbgi
committed
97b767e
View commit details
Copy full SHA for 97b767e
Browse repository at this point
Merge pull request #251 from puffnfresh/feature/semigroups
Show description for 6b3905d
jbgi
committed
6b3905d
View commit details
Copy full SHA for 6b3905d
Browse repository at this point
Add sumNel for Semigroup using a NonEmptyList
puffnfresh
committed
0386eb7
View commit details
Copy full SHA for 0386eb7
Browse repository at this point
Add "lift" from Semigroup into an Option Monoid
puffnfresh
committed
158aabf
View commit details
Copy full SHA for 158aabf
Browse repository at this point
Add min and max Semigroup instances for Ords
puffnfresh
committed
e3bf125
View commit details
Copy full SHA for e3bf125
Browse repository at this point
Add "dual" methods on Semigroup and Monoid
puffnfresh
committed
30da36c
View commit details
Copy full SHA for 30da36c
Browse repository at this point
Commits on May 24, 2016
Merge pull request #238 from jbgi/various-fixes
Show description for 3716e73
jbgi
committed
3716e73
View commit details
Copy full SHA for 3716e73
Browse repository at this point
Merge pull request #255 from fakraemer/master
Show description for 74c9b02
jbgi
committed
74c9b02
View commit details
Copy full SHA for 74c9b02
Browse repository at this point
add unit tests for IOFunctions#bracket
jbgi
committed
3107a2f
View commit details
Copy full SHA for 3107a2f
Browse repository at this point
unwrap redondant function application
jbgi
committed
d784b7f
View commit details
Copy full SHA for d784b7f
Browse repository at this point
Previous
Next
You can’t perform that action at this time.