definition: |
defaultParams :: FrontendParams defaultParams = FrontendParams { quiet = False , extended = True , cpp = False , definitions = defaultDefs , overlapWarn = True , fullPath = Nothing , htmldir = Nothing , outdir = currySubdir , logfile = Nothing , targets = [] , specials = "" , frontendPath = installDir </> "bin" </> curryCompiler ++ "-frontend" } where defaultDefs = [("__" ++ map toUpper curryCompiler ++ "__", curryCompilerMajorVersion * 100 + curryCompilerMinorVersion)] |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- The default parameters of the front end. |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {FrontendParams}} |
name: |
defaultParams |
precedence: |
no precedence defined |
result-values: |
{FrontendParams} |
signature: |
FrontendParams |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |