logo
首页技术栈工具库讨论
haskell-src-exts-qq

haskell-src-exts-qq

Allows one to write programs that generate Haskell programs much more concisely and legibly. This package supports: Antiquotations, denoted by stealing the splice syntax of Template Haskell, for example [hs| $x ++ $(Hs.strE bar) |]. Splices may not nested. Antiquoting pattern variables in patterns, using double parentheses. For instance: Antiquoting bound names. Names that are antiquoted appear surrounded by double underscores. For instance: We need three different syntaxes for antiquotations, because we do not extend the haskell-src-exts parser in any way and the Template Haskell splicing syntax is only available in expression contexts.
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
HACKAGE
carbal install haskell-src-exts-qq
查看
标签
根据用户添加的标签生成
暂无标签