CurryInfo: icurry-3.2.0 / TermGraph.SVG.condList

definition: Info
 
condList :: Bool -> [a] -> [a]
condList p list = if p then list else []
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Return the given list if p is true else return the empty list
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({True},_) |-> _ || ({False},_) |-> {[]}}
name: Info
 condList
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Prelude.Bool -> [a] -> [a]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms