CurryInfo: verify-non-fail-2.0.0 / FlatCurry.Names.isPrimOp

definition: Info
 
isPrimOp :: QName -> Bool
isPrimOp (mn,fn) = mn=="Prelude" && fn `elem` map fst preludePrimOps
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
-------------------------------------------------------------------------
Is a qualified FlatCurry name primitive?
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({(,)}) |-> _}
name: Info
 isPrimOp
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