oi-0.4.0: Library for purely functional lazy interactions with the outer world.

Copyright(c) Nobuo Yamashita 2012-2016
LicenseBSD3
Safe HaskellNone
LanguageHaskell2010

Data.OI.Force

Contents

Description

Author : Nobuo Yamashita Maintainer : nobsun@sampou.org Stability : experimental

Synopsis

Forcing utility functions

force :: a -> () Source

forces

force' :: a -> (a, ()) Source

returns forcing invoker

forceSeq :: [a] -> () Source

forces sequence