From 3e1864d3e8109b22f707bc1af5b44e3da2089fa6 Mon Sep 17 00:00:00 2001 From: simonm Date: Wed, 3 Feb 1999 17:54:56 +0000 Subject: [PATCH] [project @ 1999-02-03 17:54:56 by simonm] Document memoisation library. --- ghc/docs/users_guide/libmisc.vsgml | 44 ++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/ghc/docs/users_guide/libmisc.vsgml b/ghc/docs/users_guide/libmisc.vsgml index 384f586..58f421e 100644 --- a/ghc/docs/users_guide/libmisc.vsgml +++ b/ghc/docs/users_guide/libmisc.vsgml @@ -239,6 +239,50 @@ accumulating any errors that occur. %************************************************************************ %* * +The @Memo@ library +