CurryInfo: base-3.4.0 / Prelude.null

definition: Info
 
null :: [_] -> Bool
null []    = True
null (_:_) = False
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Is a list empty?
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({[]}) |-> {True} || ({:}) |-> {False}}
name: Info
 null
precedence: Info
 no precedence defined
result-values: Info
 {False,True}
signature: Info
 [a] -> Bool
solution-complete: Info
 operationally complete operation
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms