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