CurryInfo: filepath-3.0.0 / System.FilePath.isExtSeparator

definition:
isExtSeparator :: Char -> Bool
isExtSeparator = (== extSeparator)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- | Is the character an extension character?
--
-- > isExtSeparator a == (a == extSeparator)
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {flip}}
name:
isExtSeparator
precedence:
no precedence defined
result-values:
{flip}
signature:
Prelude.Char -> Prelude.Bool
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms