CurryInfo: base-3.4.0 / Prelude.seq

definition: Info
 
seq :: _ -> a -> a
x `seq` y = const y $! x
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Evaluates the first argument to head normal form (which could also
be a free variable) and returns the second argument.
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 infixr
iotype: Info
 {(_,_) |-> _}
name: Info
 seq
precedence: Info
 0
result-values: Info
 _
signature: Info
 a -> b -> b
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms