[clean up comments
John Meacham <john@repetae.net>**20060812175802] hunk ./Ho/Build.hs 105
-findModule :: Ho                              -- ^ Accumulated Ho
-              -> (Either Module String)          -- ^ Either a module or filename to find
-              -> (Ho -> Ho -> IO Ho)             -- ^ Process initial ho loaded from file
-              -> (Ho -> [HsModule] -> IO (Ho,Ho))     -- ^ Process set of mutually recursive modules to produce final Ho
-              -> IO (Ho,Ho)                      -- ^ (Final accumulated ho,just the ho read to satisfy this command)
+findModule :: Ho                                  -- ^ Accumulated Ho
+              -> (Either Module String)           -- ^ Either a module or filename to find
+              -> (Ho -> Ho -> IO Ho)              -- ^ Process initial ho loaded from file
+              -> (Ho -> [HsModule] -> IO (Ho,Ho)) -- ^ Process set of mutually recursive modules to produce final Ho
+              -> IO (Ho,Ho)                       -- ^ (Final accumulated ho,just the ho read to satisfy this command)