aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 7939e2fede67afa627c7673151660330b538a18f (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# algebraic-structures

Provides useful algebraic structures for programming using parameterized module.

## Install

Run `chicken-install` in the project's root directory.

```
$ cd algebraic-structures
$ chicken-install
```

## Supported Features

- Monoid
- Foldable
- Functor
- Applicative
- Monad
- Alternative

## Example

- Monad
  - [optonal](./examples/optional.scm)
  - [state](./examples/optional.scm)