文件名称:alga-tutorial-newfashion:藻类教程
文件大小:16KB
文件格式:ZIP
更新时间:2024-05-30 13:07:39
Haskell
藻类教程 这将教你的基础。 它的工作方式类似于GHCI,因此您可以输入要解释的真实Haskell代码。 用 在开始时,您只能访问一些命令: Type "help" to show this message Type "quit" to quit Type "module i" to go to the module n° i. Modules available: 0. Basics 1. The Num instance 2. Mathematical laws 3. Useful functions and instances 4. An example: a network 模块是一组针对一个主题的练习。 它们是有序的,请尝试按顺序进行。 练习称为子模块。 它将要求您输入一些代码,并评估您的答案。 加载模块后,您可以输入Haskell代码以
【文件预览】:
alga-tutorial-newfashion-master
----.gitignore(228B)
----Setup.hs(46B)
----alga-tutorial.cabal(2KB)
----src()
--------Test.hs(586B)
--------Main.hs(7KB)
--------Module()
--------Types.hs(1KB)
--------Eval.hs(2KB)
----.travis.yml(772B)
----LICENSE(1KB)
----README.md(1KB)
----ChangeLog.md(116B)
----stack.yaml(82B)