CurryInfo: icurry-3.2.0 / ICurry.Interpreter.funSeq

definition:
funSeq :: IFunction
funSeq = IFunction ("Prelude","seq",0) 2 Public [0] $ IFuncBody $
  IBlock [] [] (IReturn (IVarAccess 0 [1]))
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- seq x y: demands x and returns y
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> _}
name:
funSeq
precedence:
no precedence defined
result-values:
_
signature:
ICurry.Types.IFunction
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms