Haskell 笔记2
摘要:Haskell 笔记2 《haskell 趣学指南》 代码 -- helloworld.hs main = putStrLn "Hello, World!" -- applytwice.hs applyTwice :: (a->a) -> a ->a applyTwice f x = f (f x)
阅读全文
posted @ 2024-07-24 09:54
posted @ 2024-07-24 09:54
posted @ 2024-07-23 02:59
posted @ 2024-07-05 11:38