Name: | ghc-unbounded-delays |
---|---|
Version: | 0.1.1.1 |
Release: | 2.el9 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 29617 |
License: | BSD |
RPM: | ghc-unbounded-delays-0.1.1.1-2.el9.x86_64.rpm |
Source RPM: | ghc-unbounded-delays-0.1.1.1-2.el9.src.rpm |
Build Date: | Tue Sep 06 2022 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://hackage.haskell.org/package/unbounded-delays |
Summary: | Unbounded thread delays and timeouts |
Description: | The 'threadDelay' and 'timeout' functions from the 'base' library use the bounded 'Int' type for specifying the delay or timeout period. This packages provides alternatives which use the unbounded 'Integer' type. |