streamly-0.8.1: Dataflow programming and declarative concurrency
Copyright(c) 2021 Composewell Technologies
LicenseBSD-3-Clause
Maintainerstreamly@composewell.com
Stabilityexperimental
PortabilityGHC
Safe HaskellNone
LanguageHaskell2010

Streamly.Internal.Data.Ring

Description

 

Documentation

data Ring a Source #

Constructors

Ring 

unsafeInsertRing :: Ring a -> Int -> a -> IO () Source #