[ ソース: haskell-stm-chans ]
パッケージ: libghc-stm-chans-doc (3.0.0.9-2)
libghc-stm-chans-doc に関するリンク
Debian の資源:
haskell-stm-chans ソースパッケージをダウンロード:
- [haskell-stm-chans_3.0.0.9-2.dsc]
- [haskell-stm-chans_3.0.0.9.orig.tar.gz]
- [haskell-stm-chans_3.0.0.9-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [wrengr.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-42
- 以下のパッケージによって提供される仮想パッケージです: ghc
-
- rec: ghc-doc
- Documentation for the Glasgow Haskell Compilation system
-
- rec: libghc-stm-chans-dev
- additional types of channels for STM
-
- rec: libjs-mathjax
- JavaScript display engine for LaTeX and MathML
-
- sug: libghc-stm-chans-prof
- additional types of channels for STM; profiling libraries