From d8a23fa40db850f49d53b4f0ee2ba8465bbf4339 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Tue, 28 Aug 2007 12:38:15 +0000 Subject: [PATCH] Fixed some Haddock module references in TestUtil --- TestUtil.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TestUtil.hs b/TestUtil.hs index 504f112..86eade2 100644 --- a/TestUtil.hs +++ b/TestUtil.hs @@ -18,7 +18,7 @@ with this program. If not, see . {-| -This TestUtil module contains useful helper functions for testing. Examples of their use can be found in 'RainPassTest' and 'RainParseTest'. +This TestUtil module contains useful helper functions for testing. Examples of their use can be found in "RainPassTest" and "RainParseTest". Unless otherwise stated, all functions use empty meta tags (see 'emptyMeta'). See also the 'TreeUtil.assertPatternMatch' function.