index
:
chicken/algebraic-structures.git
main
Provides useful algebraic structures for programming using parametric modules.
Masaya Tojo
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
run.scm
Age
Commit message (
Expand
)
Author
2024-06-24
Rename function from `<>` to `op`
Masaya Tojo
2024-06-16
Fix tests
Masaya Tojo
2024-06-16
Add string implementations
Masaya Tojo
2024-06-16
Add number (product, sum) implementations
Masaya Tojo
2024-06-16
Add vector implementations
Masaya Tojo
2024-06-16
Add stream implementations
Masaya Tojo
2024-06-16
Add list implementations
Masaya Tojo
2024-06-15
Add reducible
Masaya Tojo
2024-06-15
Add fold-map function
Masaya Tojo
2024-06-15
Add `member?` function
Masaya Tojo
2024-06-14
Fix tests
Masaya Tojo
2024-06-14
Add semigroup
Masaya Tojo
2024-06-14
Fix foldable interfaces
Masaya Tojo
2024-06-13
Rename procedures `map` to `map1` and `map*` to `map`
Masaya Tojo
2024-06-13
Rename modules from (<feature name> ... make) to (<feature name>)
Masaya Tojo
2024-06-13
Remove implementations
Masaya Tojo
2024-06-12
Add group modules
Masaya Tojo
2024-06-12
Rename operator procedure from `op` to `<>`
Masaya Tojo
2024-06-11
Rename from `algebraic-structs` to `algebraic-structures`
Masaya Tojo
2024-06-09
Initial commit
Masaya Tojo