CurryInfo: flatcurry-4.0.0 / FlatCurry.Pretty.isConsId

definition:
isConsId :: QName -> Bool
isConsId (m, i) = m `elem` ["Prelude", ""] && i == ":"
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Check whether an identifier represents the `:` list constructor.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({(,)}) |-> _}
name:
isConsId
precedence:
no precedence defined
result-values:
_
signature:
(String, String) -> Prelude.Bool
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms