2 Star 1 Fork 0

参商永离/pandoc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
lhs-test.markdown+lhs 479 Bytes
一键复制 编辑 原始数据 按行查看 历史
lhs test
========
`unsplit` is an arrow that takes a pair of values and combines them to
return a single value:
> unsplit :: (Arrow a) => (b -> c -> d) -> a (b, c) d
> unsplit = arr . uncurry
> -- arr (\op (x,y) -> x `op` y)
`(***)` combines two arrows into a new arrow by running the two arrows on a
pair of values (one arrow on the first item of the pair and one arrow on the
second item of the pair).
f *** g = first f >>> second g
Block quote:
> foo bar
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yongliyongli/pandoc.git
git@gitee.com:yongliyongli/pandoc.git
yongliyongli
pandoc
pandoc
master

搜索帮助