Fix thd3
authorIan Lynagh <igloo@earth.li>
Tue, 12 Dec 2006 17:34:27 +0000 (17:34 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 12 Dec 2006 17:34:27 +0000 (17:34 +0000)
utils/nofib-analyse/GenUtils.lhs

index 0dcb844..8bc9957 100644 (file)
@@ -163,7 +163,7 @@ Gofer-like stuff:
 
 > fst3 (a,_,_) = a
 > snd3 (_,a,_) = a
 
 > fst3 (a,_,_) = a
 > snd3 (_,a,_) = a
-> thd3 (_,a,_) = a
+> thd3 (_,_,a) = a
 
 > cjustify, ljustify, rjustify :: Int -> String -> String
 > cjustify n s = space halfm ++ s ++ space (m - halfm)
 
 > cjustify, ljustify, rjustify :: Int -> String -> String
 > cjustify n s = space halfm ++ s ++ space (m - halfm)