From 92b6ca985198de95f3a70fc5fa34be276ba86b57 Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Fri, 25 Apr 2014 01:30:46 -0400 Subject: [PATCH] Update README to list the Identity monad --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index d666a30..66d837d 100644 --- a/README.rst +++ b/README.rst @@ -7,8 +7,8 @@ Introduction ============ Calrissian is an implementation of monads in LFE, inspired by -`erlando`_, mostly as a learning exercise. So far, only the maybe -monad is supported. +`erlando`_, mostly as a learning exercise. So far, only the Maybe and +Identity monads are supported. Dependencies ------------