foundation-0.0.15: Alternative prelude with batteries and no dependencies

LicenseBSD-style
MaintainerFoundation
Stabilitystable
Portabilityportable
Safe HaskellSafe
LanguageHaskell2010

Foundation.Strict

Description

Enforce strictness when executing lambda

Documentation

strict1 :: (a -> b) -> a -> b #

strict2 :: (a -> b -> c) -> a -> b -> c #

strict3 :: (a -> b -> c -> d) -> a -> b -> c -> d #

strict4 :: (a -> b -> c -> d -> e) -> a -> b -> c -> d -> e #

strict5 :: (a -> b -> c -> d -> e -> f) -> a -> b -> c -> d -> e -> f #

strict6 :: (a -> b -> c -> d -> e -> f -> g) -> a -> b -> c -> d -> e -> f -> g #