パッケージ: libghc-safe-exceptions-doc (0.1.7.3-1)
libghc-safe-exceptions-doc に関するリンク
Debian の資源:
haskell-safe-exceptions ソースパッケージをダウンロード:
- [haskell-safe-exceptions_0.1.7.3-1.dsc]
- [haskell-safe-exceptions_0.1.7.3.orig.tar.gz]
- [haskell-safe-exceptions_0.1.7.3-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
safe, consistent, and easy exception handling; documentation
This package provides additional safety and simplicity versus Control.Exception by having its functions recognize the difference between synchronous and asynchronous exceptions. As described below, synchronous exceptions are treated as recoverable, allowing you to catch and handle them as well as clean up after them, whereas asynchronous exceptions can only be cleaned up after. In particular, this library prevents you from making the following mistakes:
* Catching and swallowing an asynchronous exception * Throwing an asynchronous exception synchronously * Throwing a synchronous exception asynchronously * Swallowing asynchronous exceptions via failing cleanup handlers
This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
その他の libghc-safe-exceptions-doc 関連パッケージ
|
|
|
|
-
- dep: haddock-interface-38
- 以下のパッケージによって提供される仮想パッケージです: ghc
-
- dep: sgml-base (>= 1.28)
- SGML インフラストラクチャおよび SGML カタログファイルのサポート
-
- rec: ghc-doc
- Glasgow Haskell Compilation システムのドキュメンテーション
-
- rec: libghc-safe-exceptions-dev
- safe, consistent, and easy exception handling
-
- rec: libjs-mathjax
- JavaScript display engine for LaTeX and MathML
-
- sug: libghc-safe-exceptions-prof
- safe, consistent, and easy exception handling; profiling libraries