套件:libghc-retry-doc(0.9.3.1-2)
libghc-retry-doc 的相關連結
Debian 的資源:
下載原始碼套件 haskell-retry:
- [haskell-retry_0.9.3.1-2.dsc]
- [haskell-retry_0.9.3.1.orig.tar.gz]
- [haskell-retry_0.9.3.1-2.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-42
- 本虛擬套件由這些套件填實: ghc
-
- rec: ghc-doc
- Documentation for the Glasgow Haskell Compilation system
-
- rec: libghc-random-doc
- random number generator for Haskell; documentation
-
- 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