Skip to content
  • Simon Marlow's avatar
    [project @ 2000-10-27 11:11:44 by simonmar] · 212cb7d1
    Simon Marlow authored
    Don't pass the finder around any more.  Instead, its state lives in
    the I/O monad.
    
    module Finder (
        newFinder, 		-- :: PackageConfigInfo -> IO (),
        findModule,		-- :: ModuleName -> IO (Maybe (Module, ModuleLocation))
        ModuleLocation(..),
        mkHomeModuleLocn,
      ) where
    212cb7d1