haskell-inside-out:代码与我在FLIP上的演讲保持一致

时间:2024-05-19 12:08:26
【文件属性】:

文件名称:haskell-inside-out:代码与我在FLIP上的演讲保持一致

文件大小:16KB

文件格式:ZIP

更新时间:2024-05-19 12:08:26

Haskell

哈斯克尔里里外外 欢迎使用Haskell Inside Out研讨会资料! 此回购中有一些练习,可以跟演讲一起进行。 如果您要参加演讲,建议您提前设置机器,因为在缓慢的会议连接上下载工具可能会花费一些时间。 本次研讨会基本上需要三件事: 回购本身,可以克隆为 git clone https://github.com/snoyberg/haskell-inside-out 注意:在讨论之前,我将对此仓库进行更改,因此,如果您是预先克隆的,请在讨论开始时运行git pull 。 堆栈构建工具,可以安装Haskell工具链并安装软件包。 在Windows上,请。 在Linux和OS X上,运行curl -sSL https://get.haskellstack.org/ | sh curl -sSL https://get.haskellstack.org/ | sh 有关更多信息,


【文件预览】:
haskell-inside-out-master
----exercises()
--------ex7-and-then.hs(565B)
--------ex8-newtype.hs(451B)
--------ex5-name-and-age.hs(418B)
--------ex4-map-action.hs(538B)
--------ex9-enough-already.hs(583B)
--------ex10-extra-computation.hs(65B)
--------ex2-fake-it-action.hs(201B)
--------ex6-do-both.hs(183B)
--------ex3-prompt-int.hs(435B)
--------ex12-lazy-and.hs(270B)
--------ex11-error.hs(123B)
--------ex1-fake-it.hs(192B)
----SLIDES.md(14KB)
----stack.yaml(42B)
----helper-lib()
--------package.yaml(68B)
--------src()
--------.gitignore(18B)
----LICENSE(1KB)
----.gitignore(231B)
----README.md(1KB)

网友评论