From 1f3328fe73d341e1cef5cc6e42bbec88d83691a3 Mon Sep 17 00:00:00 2001 From: Ross Paterson Date: Sun, 27 Aug 2006 11:51:40 +0000 Subject: [PATCH] add Haddock marker --- Data/IntMap.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/Data/IntMap.hs b/Data/IntMap.hs index daf85a0..e01e13b 100644 --- a/Data/IntMap.hs +++ b/Data/IntMap.hs @@ -1,5 +1,6 @@ {-# OPTIONS -cpp -fglasgow-exts -fno-bang-patterns #-} ----------------------------------------------------------------------------- +-- | -- Module : Data.IntMap -- Copyright : (c) Daan Leijen 2002 -- License : BSD-style -- 1.7.10.4