definition: |
defaultStrLn :: Int defaultStrLn = 5 |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- The default minimum string length for extraction. |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {5}} |
name: |
defaultStrLn |
precedence: |
no precedence defined |
result-values: |
{5} |
signature: |
Prelude.Int |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |