CurryInfo: filepath-3.0.0 / System.FilePath.extSeparator

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