CurryInfo: base-3.4.0 / Prelude.not

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