https://github.com/markfarrell/idris-foldln
FoldlN takes a vector of types, a return type and produces a function to foldl over those types.
https://github.com/markfarrell/idris-foldln
Last synced: about 2 months ago
JSON representation
FoldlN takes a vector of types, a return type and produces a function to foldl over those types.
- Host: GitHub
- URL: https://github.com/markfarrell/idris-foldln
- Owner: markfarrell
- Created: 2015-02-12T20:58:55.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-12T21:03:27.000Z (about 11 years ago)
- Last Synced: 2026-01-15T07:09:58.404Z (2 months ago)
- Language: Idris
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# idris-foldln
FoldlN takes a vector of types, a return type and produces a function to foldl over those types.

