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
Age
Commit message (
Collapse
)
Author
2024-06-14
Fix example file `optional.scm`
Masaya Tojo
2024-06-14
Fix import renaming in `(algebraic-structures monad)` functor
Masaya Tojo
2024-06-14
Fix signatures of functor modules
Masaya Tojo
2024-06-13
Rename procedures `map` to `map1` and `map*` to `map`
Masaya Tojo
2024-06-13
Update README.md
Masaya Tojo
2024-06-13
Rename modules in algebraic-structures.egg file
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
Revert "Remove base modules from components"
Masaya Tojo
This reverts commit 6a96fb1414f1ce233a22833947e203adf138855e.
2024-06-11
Remove base modules from components
Masaya Tojo
2024-06-11
Rename from `algebraic-structs` to `algebraic-structures`
Masaya Tojo
2024-06-11
Rename filename from `algebraic-structs` to `algebraic-structures`
Masaya Tojo
2024-06-10
Rename from `id` to `unit`
Masaya Tojo
2024-06-10
Add example links in README.md
Masaya Tojo
2024-06-10
Add monad examples
Masaya Tojo
2024-06-09
Update README.md
Masaya Tojo
2024-06-09
Confirm `var` is a symbol
Masaya Tojo
2024-06-09
Remove to inject `<-` symbol in monad do syntax
Masaya Tojo
2024-06-09
Initial commit
Masaya Tojo