在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):PacktPublishing/Haskell-High-Performance-Programming开源软件地址(OpenSource Url):https://github.com/PacktPublishing/Haskell-High-Performance-Programming开源编程语言(OpenSource Language):Haskell 97.8%开源软件介绍(OpenSource Introduction):Haskell High Performance ProgrammingThis is the code repository for Haskell High Performance Programming By Packt. It contains all the supporting project files necessary to work through the book from start to finish. Instructions and NavigationAll of the code is organized into folders. Each folder starts with number followed by the application name. For example, Chapter02. You will see code something similar to the following: class Some a where
next :: a -> a -> a
instance Some Double where
next a b = (a + b) / 2
goGeneral :: Some a => Int -> a -> a
goGeneral 0 x = x
goGeneral n x = goGeneral (n-1) (next x x)
Software and Hardware List
Related Haskell Products:Suggestions and FeedbackClick here if you have any feedback or suggestions. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论