definition: |
defaultConfig :: Config defaultConfig = Config { packageInstallDir = "$HOME/.cpm/packages" , binInstallDir = "$HOME/.cpm/bin" , repositoryDir = "$HOME/.cpm/index" , appPackageDir = "" , packageIndexURLs = packageIndexDefaultURLs , packageTarFilesURLs = packageTarFilesDefaultURLs , homePackageDir = "" , curryExec = Dist.installDir </> "bin" </> Dist.curryCompiler , compilerVersion = ( Dist.curryCompiler , Dist.curryCompilerMajorVersion , Dist.curryCompilerMinorVersion , Dist.curryCompilerRevisionVersion ) , compilerBaseVersion = Dist.baseVersion } |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- CPM's default configuration values. These are used if no .cpmrc file is found --- or a new value for the option is not specified in the .cpmrc file. |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {Config}} |
name: |
defaultConfig |
precedence: |
no precedence defined |
result-values: |
{Config} |
signature: |
Config |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |