[ 原始碼: haskell-stm-chans ]
套件: libghc-stm-chans-doc (3.0.0.4-5build1)
libghc-stm-chans-doc 的相關超連結
Trisquel 的資源:
下載原始碼套件 haskell-stm-chans:
- [haskell-stm-chans_3.0.0.4-5build1.dsc]
- [haskell-stm-chans_3.0.0.4.orig.tar.gz]
- [haskell-stm-chans_3.0.0.4-5build1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Haskell Group (郵件存檔)
- Clint Adams
外部的資源:
- 主頁 [code.haskell.org]
相似套件:
additional types of channels for STM; documentation
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 the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
其他與 libghc-stm-chans-doc 有關的套件
|
|
|
-
- dep: haddock-interface-28
- 本虛擬套件由這些套件提供: ghc
-
- rec: ghc-doc
- Documentation for the Glasgow Haskell Compilation system
-
- rec: libghc-stm-doc
- Haskell Software Transactional Memory library for GHC; documentation
-
- rec: libjs-mathjax
- JavaScript display engine for LaTeX and MathML