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

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