软件包:libghc-stm-chans-dev(3.0.0.4-9) [debports]
additional types of channels for STM
Additional types of STM channels:
* TBChan: a version of TChan where the queue is bounded in length * TBMChan: a version of TChan where the queue is bounded in length and closeable. * TBMQueue: a version of TQueue where the queue is bounded in length and closeable. * TMChan: a version of TChan where the queue is closeable. This is similar to a TChan (Maybe a) with a monotonicity guarantee that once there's a Nothing there will always be Nothing. * TMQueue: a version of TQueue where the queue is closeable. This is similar to a TQueue (Maybe a) with a monotonicity guarantee that once there's a Nothing there will always be Nothing.
This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
其他与 libghc-stm-chans-dev 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.31)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libghc-base-dev-4.13.0.0-a861a
- 软件包暂时不可用
-
- dep: libghc-stm-dev-2.5.0.0-74ed4
- 软件包暂时不可用
-
- dep: libgmp10
- 多精度运算库
-
- sug: libghc-stm-chans-doc
- additional types of channels for STM; documentation
-
- sug: libghc-stm-chans-prof
- additional types of channels for STM; profiling libraries