From afd0b995463cc15a66ee79a13c3a5d5dd9191af6 Mon Sep 17 00:00:00 2001 From: Christoffer Sawicki Date: Fri, 23 Nov 2012 22:21:15 +0100 Subject: [PATCH] Mention algo.generic.functor in README Signed-off-by: Christoffer Sawicki --- README.md | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md index a9de834..19e4949 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,8 @@ already derived from `root-type`. `=` and `>`. Default implementations for `<`, `<=`, and `>=` call `>`, but more efficient implementations can be provided. +* **algo.generic.functor** provides a generic functor interface (`fmap`). + * **algo.generic.math-functions** provides generic versions of the common math functions from `java.lang.Math`, plus `sgn`, `sqr`, and `conjugate`. -- 1.7.4.4