随笔分类 - Reading Notes
摘要:Haskell has type inferencefunction declarationmethodname :: [input type] -> [return type]ormethodname :: [input type] -> [input type] -> [input type] ...
阅读全文
摘要:Installationunder CentOS/Fedora# yum install ghcVersion[root@bogon1 haskell]# ghc -vGlasgow Haskell Compiler, Version 7.0.4, for Haskell 98, stage 2 b...
阅读全文
摘要:CompilerGlasgow Haskell Compiler (GHC)http://hackage.haskell.org/platform/Command# load scriptsghci> :l hello.hs# run scripts
阅读全文
浙公网安备 33010602011771号