|
definition: |
initOpts :: PPOpts
initOpts = PPOpts { optHelp = False
, optSave = False
, optVerb = 1
, optTgts = []
, optModel = ""
, optDefRules = []
, optContracts = []
}
|
|
demand: |
no demanded arguments |
|
deterministic: |
deterministic operation |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{() |-> {PPOpts}}
|
|
name: |
initOpts |
|
precedence: |
no precedence defined |
|
result-values: |
{PPOpts}
|
|
signature: |
PPOpts |
|
solution-complete: |
operationally complete operation |
|
terminating: |
yes |
|
totally-defined: |
reducible on all ground data terms |