From 9924436acaab976424462eef64be52929d5049e6 Mon Sep 17 00:00:00 2001 From: David Waern Date: Sun, 22 Nov 2009 15:26:41 +0000 Subject: Update test reference output * More links (Int, Float etc) * Stripped link contents --- tests/tests/CrossPackageDocs.html.ref | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'tests/tests/CrossPackageDocs.html.ref') diff --git a/tests/tests/CrossPackageDocs.html.ref b/tests/tests/CrossPackageDocs.html.ref index fd6c0c2e..1bf9ba3e 100644 --- a/tests/tests/CrossPackageDocs.html.ref +++ b/tests/tests/CrossPackageDocs.html.ref @@ -27,8 +27,7 @@ >ContentsIndexIndex
mapmap :: (a -> b) -> [a] -> [b]
class Monad Monad m where
(>>=)(>>=) :: m a -> (a -> m b) -> m b
(>>)(>>) :: m a -> m b -> m b