Name: | ghc-BoundedChan |
---|---|
Version: | 1.0.3.0 |
Release: | 6.el10_0 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 41838 |
License: | BSD-3-Clause |
RPM: | ghc-BoundedChan-1.0.3.0-6.el10_0.x86_64.rpm |
Source RPM: | ghc-BoundedChan-1.0.3.0-6.el10_0.src.rpm |
Build Date: | Tue May 20 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://hackage.haskell.org/package/BoundedChan |
Summary: | Implementation of bounded channels |
Description: | This library introduces BoundedChan. BoundedChans differ from Chans in that they are guaranteed to contain no more than a certain number of elements. |