definition: |
extSeparator :: Char extSeparator = '.' |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
-- | File extension character -- -- > extSeparator == '.' |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {'.'}} |
name: |
extSeparator |
precedence: |
no precedence defined |
result-values: |
{'.'} |
signature: |
Prelude.Char |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |