doc.
This commit is contained in:
parent
6cca65b11e
commit
13c5c2c5af
@ -31,6 +31,7 @@ type Symbol = String
|
||||
-- | Database from 'Symbol' to modules.
|
||||
newtype SymMdlDb = SymMdlDb (Map Symbol [ModuleString])
|
||||
|
||||
-- | Find modules to which the symbol belong.
|
||||
findSymbol :: Options -> Cradle -> Symbol -> IO String
|
||||
findSymbol opt cradle sym = withGHC' $ do
|
||||
void $ initializeFlagsWithCradle opt cradle [] False
|
||||
|
Loading…
Reference in New Issue
Block a user