Skip to content
Snippets Groups Projects
Commit 212cb7d1 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-10-27 11:11:44 by simonmar]

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
parent 6669da7f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment