From df5afaa49f2ea8b9de556e0ccb3cd495f17fde52 Mon Sep 17 00:00:00 2001 From: Jaden Geller Date: Fri, 5 May 2017 03:26:39 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 27aef71..27b46e0 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,8 @@ Handy helper functions like `unit` and `empty` are defined by Guac. Some functio more than a monad. For example, `empty` must be implemented in addition to `lift` and `bind` on your monad class to use these functions. +## Usage + ### Requirements Guac requires an implementation of Python 3 that supports `copy.deepcopy` on generator functions. The most