From 3fa10792b759e17a7ee86e0b917addd7743dcc33 Mon Sep 17 00:00:00 2001 From: qrczak Date: Fri, 18 Aug 2000 06:44:05 +0000 Subject: [PATCH] [project @ 2000-08-18 06:44:05 by qrczak] Typo s/Lhar/List/ --- ghc/lib/std/List.lhs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/lib/std/List.lhs b/ghc/lib/std/List.lhs index f86c69c..399cd3b 100644 --- a/ghc/lib/std/List.lhs +++ b/ghc/lib/std/List.lhs @@ -1,10 +1,10 @@ % ----------------------------------------------------------------------------- -% $Id: List.lhs,v 1.10 2000/06/30 13:39:35 simonmar Exp $ +% $Id: List.lhs,v 1.11 2000/08/18 06:44:05 qrczak Exp $ % % (c) The University of Glasgow, 1994-2000 % -\section[List]{Module @Lhar@} +\section[List]{Module @List@} \begin{code} module List -- 1.7.10.4