Skip to content

Commit

Permalink
Descripe algo.generic.functor in README
Browse files Browse the repository at this point in the history
  • Loading branch information
khinsen committed Feb 5, 2014
1 parent 651b71c commit 205fea6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ already derived from `root-type`.
`=` and `>`. Default implementations for `<`, `<=`, and `>=`
call `>`, but more efficient implementations can be provided.

* **algo.generic.functor** provides a generic mapping operation
called `fmap`.

* **algo.generic.math-functions** provides generic versions of the
common math functions from `java.lang.Math`, plus `sgn`, `sqr`, and
`conjugate`.
Expand Down

0 comments on commit 205fea6

Please sign in to comment.