CurryInfo: base-3.4.0 / Prelude.const

definition: Info
 
const :: a -> _ -> a
const x _ = x
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Constant function.
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> _}
name: Info
 const
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 a -> b -> a
solution-complete: Info
 operationally complete operation
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms