definition:
|
sysLibPath :: [String]
sysLibPath = case curryCompiler of
"kmcc" -> [installDir </> "libs" </> "src"]
"kics" -> [installDir </> "src" </> "lib"]
_ -> [installDir </> "lib"]
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
--- Returns the current path (list of directory names) of the
--- system libraries.
|
failfree:
|
<FAILING>
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{() |-> {:}}
|
name:
|
sysLibPath
|
precedence:
|
no precedence defined
|
result-values:
|
{:}
|
signature:
|
[String]
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
possibly non-reducible on same data term
|