|
definition: |
getPackagePath :: IO String getPackagePath = return "/var/www/vhosts/curry-lang.org/cpm.curry-lang.org/curry-info/.curry_info_cache/checkouts/verify-3.1.0" |
|
demand: |
no demanded arguments |
|
deterministic: |
deterministic operation |
|
documentation: |
Returns the location (installation directory) of the package. |
|
failfree: |
() |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{() |-> _}
|
|
name: |
getPackagePath |
|
precedence: |
no precedence defined |
|
result-values: |
_ |
|
signature: |
Prelude.IO String |
|
solution-complete: |
operation might suspend on free variables |
|
terminating: |
possibly non-terminating |
|
totally-defined: |
reducible on all ground data terms |