ConcurrentUtils-0.4.4.0: Concurrent utilities

Safe HaskellSafe
LanguageHaskell98

Control.CUtils.StrictArrow

Synopsis

Documentation

class Strict a where Source

Arrows possessing a strictness effect

Methods

force :: a t u -> a t u Source

Instances