Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Prelude.Source.GHC.Prim
- seq :: a -> b -> b
Documentation
seq :: a -> b -> b
Evaluates its first argument to head normal form, and then returns its second argument as the result.
cafeteria-prelude-0.1.0.0: Prelude subsets—take only what you want!