definition: |
getPackagePath :: IO String getPackagePath = return "/var/www/webapps/curry-info/.curry_info_cache/checkouts/cpns-3.0.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 |