Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
67bc0df4
Commit
67bc0df4
authored
Oct 27, 2000
by
simonmar
Browse files
[project @ 2000-10-27 11:51:13 by simonmar]
remove unneeded exports
parent
fd99cf4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/main/Finder.lhs
View file @
67bc0df4
...
...
@@ -6,9 +6,7 @@
\begin{code}
module Finder (
initFinder, -- :: PackageConfigInfo -> IO (),
findModule, -- :: ModuleName -> IO (Maybe (Module, ModuleLocation))
ModuleLocation(..),
mkHomeModuleLocn,
findModule -- :: ModuleName -> IO (Maybe (Module, ModuleLocation))
) where
#include "HsVersions.h"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment