cafeteria-prelude-0.1.0.0: Prelude subsets—take only what you want!

Safe HaskellSafe-Inferred
LanguageHaskell2010

Prelude.Source.GHC.Prim

Synopsis

Documentation

seq :: a -> b -> b

Evaluates its first argument to head normal form, and then returns its second argument as the result.