CurryInfo: flatcurry-4.0.0 / FlatCurry.Pretty.isConsId

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