| Safe Haskell | None |
|---|---|
| Language | GHC2021 |
Development.IDE.Core.LookupMod
Synopsis
- lookupMod :: HieDbWriter -> FilePath -> ModuleName -> Unit -> Bool -> MaybeT IdeAction Uri
- type LookupModule (m :: Type -> Type) = FilePath -> ModuleName -> Unit -> Bool -> MaybeT m Uri
Documentation
Arguments
| :: HieDbWriter | access the database |
| -> FilePath | The `.hie` file we got from the database |
| -> ModuleName | |
| -> Unit | |
| -> Bool | Is this file a boot file? |
| -> MaybeT IdeAction Uri |
Eventually this will lookup/generate URIs for files in dependencies, but not in the project. Right now, this is just a stub.