definition: |
defaultOptions :: Options defaultOptions = Options { optHelp = False , optVerb = -1 , optServer = False , optWorker = False , optPort = 0 , optAll = False , optGenerated = True , optFormat = FormatText , optReAna = False , optDelete = False , optNoCurryInfo = [] , optProp = [] } |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
-- Default command line options. |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {Options}} |
name: |
defaultOptions |
precedence: |
no precedence defined |
result-values: |
{Options} |
signature: |
Options |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |