Haskell编程语言
简介
函数式编程
学习教程
安装
GHC (the compiler), and build tools (primarily Cabal and Stack) are installed globally on your system
https://www.haskell.org/downloads/
Cabal haskell包管理器
比如:
cabal install HUnit
Stack (Build Tool)
Haskell编程语言
函数式编程
GHC (the compiler), and build tools (primarily Cabal and Stack) are installed globally on your system
https://www.haskell.org/downloads/
Cabal haskell包管理器
比如:
cabal install HUnit
Stack (Build Tool)