definition: |
defaultImportPathsWith :: ReplState -> String -> IO [String] defaultImportPathsWith rst dirs = do defipath <- defaultImportPaths rst adirs <- mapM getAbsolutePath (splitSearchPath dirs) return (adirs ++ defipath) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_) |-> _} |
name: |
defaultImportPathsWith |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
REPL.State.ReplState -> String -> Prelude.IO [String] |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |