From a0d412986305d4b45e82afde62ea48f1b06edb9d Mon Sep 17 00:00:00 2001 From: peb Date: Wed, 9 Feb 2005 11:46:54 +0000 Subject: "Committed_by_peb" --- src/GF/Data/RedBlack.hs | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) (limited to 'src/GF/Data/RedBlack.hs') diff --git a/src/GF/Data/RedBlack.hs b/src/GF/Data/RedBlack.hs index 21e2f5586..635cbe3ad 100644 --- a/src/GF/Data/RedBlack.hs +++ b/src/GF/Data/RedBlack.hs @@ -1,27 +1,17 @@ ---------------------------------------------------------------------- -- | --- Module : (Module) --- Maintainer : (Maintainer) --- Stability : (stable) --- Portability : (portable) +-- Module : RedBlack +-- Maintainer : Markus Forsberg +-- Stability : Stable +-- Portability : Haskell 98 -- -- > CVS $Date $ -- > CVS $Author $ -- > CVS $Revision $ -- --- (Description of the module) +-- Modified version of Osanaki's implementation. ----------------------------------------------------------------------------- -{- - ************************************************************** - * Filename : RedBlack.hs * - * Author : Markus Forsberg * - * markus@cs.chalmers.se * - * Last Modified : 15 December, 2001 * - * Lines : 57 * - ************************************************************** --} -- Modified version of Osanaki's implementation. - module RedBlack ( emptyTree, isEmpty, -- cgit v1.2.3