definition: |
defaultEROptions :: EROptions defaultEROptions = EROptions { optERProg = "" , optFromXml = False , optVisualize = False , optStorage = SQLite "" , optToERDT = False , optCDBI = False , optModule = "" , optFile = "" } |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {EROptions}} |
name: |
defaultEROptions |
precedence: |
no precedence defined |
result-values: |
{EROptions} |
signature: |
EROptions |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |