パッケージ: libghc-retry-doc (0.9.3.0-1)
libghc-retry-doc に関するリンク
Debian の資源:
haskell-retry ソースパッケージをダウンロード:
- [haskell-retry_0.9.3.0-1.dsc]
- [haskell-retry_0.9.3.0.orig.tar.gz]
- [haskell-retry_0.9.3.0-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Retry combinators for monadic actions that may fail; documentation
This package exposes combinators that can wrap arbitrary monadic actions. They run the action and potentially retry running it with some configurable delay for a configurable number of times.
The purpose is to make it easier to work with IO and especially network IO actions that often experience temporary failure and warrant retrying of the original action. For example, a database query may time out for a while, in which case we should hang back for a bit and retry the query instead of simply raising an exception.
This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
その他の libghc-retry-doc 関連パッケージ
|
|
|
|
-
- dep: haddock-interface-38
- 以下のパッケージによって提供される仮想パッケージです: ghc
-
- rec: ghc-doc
- Glasgow Haskell Compilation システムのドキュメンテーション
-
- rec: libghc-retry-dev
- Retry combinators for monadic actions that may fail
-
- rec: libghc-unliftio-core-doc
- MonadUnliftIO typeclass for unlifting monads to IO; documentation
-
- rec: libjs-mathjax
- JavaScript display engine for LaTeX and MathML
-
- sug: libghc-retry-prof
- Retry combinators for monadic actions that may fail; profiling libraries