We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement the std.ohuaml standard library of higher-order algorithms.
std.ohuaml
filter
fold
map
scan
zip
unzip
The text was updated successfully, but these errors were encountered:
[#11] Draft for the stlib functions
bf7b895
[#11] Fixed a missing parameter for filter
f975af8
Updated core ref for the better pretty printer Registering stdlib file in Template Haskell to make sure modifications trigger recompilation
JustusAdam
No branches or pull requests
Implement the
std.ohuaml
standard library of higher-order algorithms.Needed functions
Necessary
filter
fold
map
Optional
scan
zip
unzip
The text was updated successfully, but these errors were encountered: