套件:libghc-th-desugar-doc(1.12-1)
libghc-th-desugar-doc 的相關連結
Debian 的資源:
下載原始碼套件 haskell-th-desugar:
- [haskell-th-desugar_1.12-1.dsc]
- [haskell-th-desugar_1.12.orig.tar.gz]
- [haskell-th-desugar_1.12-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
functions to desugar Template Haskell; documentation
This package provides the Language.Haskell.TH.Desugar module, which desugars Template Haskell's rich encoding of Haskell syntax into a simpler encoding. This desugaring discards surface syntax information (such as the use of infix operators) but retains the original meaning of the TH code. The intended use of this package is as a preprocessor for more advanced code manipulation tools. Note that the input to any of the ds... functions should be produced from a TH quote, using the syntax [| ... |]. If the input to these functions is a hand-coded TH syntax tree, the results may be unpredictable. In particular, it is likely that promoted datatypes will not work as expected.
This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
其他與 libghc-th-desugar-doc 有關的套件
|
|
|
|
-
- dep: haddock-interface-38
- 本虛擬套件由這些套件填實: ghc
-
- dep: sgml-base (>= 1.28)
- SGML infrastructure and SGML catalog file support
-
- rec: ghc-doc
- Documentation for the Glasgow Haskell Compilation system
-
- rec: libghc-ordered-containers-doc
- Ordered Containers for Haskell; documentation
-
- rec: libghc-th-abstraction-doc
- nicer interface for reified information about data types; documentation
-
- rec: libghc-th-desugar-dev
- functions to desugar Template Haskell
-
- rec: libjs-mathjax
- JavaScript display engine for LaTeX and MathML
-
- sug: libghc-th-desugar-prof
- functions to desugar Template Haskell; profiling libraries