ProgrammingInHaskell2ndEd-solutions

所属分类:电子书籍
开发工具:Haskell
文件大小:0KB
下载次数:0
上传日期:2021-03-25 12:58:13
上 传 者sh-1993
说明:  Graham Hutton的《Haskell编程》(第2版)一书的解决方案。,
(My solutions to Graham Hutton s "Programming in Haskell"(2nd Edition) book.,)

文件列表:
Chapter10/ (0, 2021-03-25)
Chapter10/chapter10.hs (504, 2021-03-25)
Chapter10/chapter10.md (1091, 2021-03-25)
Chapter12/ (0, 2021-03-25)
Chapter12/chapter12.hs (1558, 2021-03-25)
Chapter12/chapter12.md (3277, 2021-03-25)
Chapter13/ (0, 2021-03-25)
Chapter13/Parser.hs (4039, 2021-03-25)
Chapter13/chapter13.hs (0, 2021-03-25)
Chapter13/chapter13.md (0, 2021-03-25)
Chapter14/ (0, 2021-03-25)
Chapter14/chapter14.hs (1863, 2021-03-25)
Chapter14/chapter14.md (2694, 2021-03-25)
Chapter15/ (0, 2021-03-25)
Chapter15/chapter15.hs (319, 2021-03-25)
Chapter15/chapter15.md (1692, 2021-03-25)
Chapter4/ (0, 2021-03-25)
Chapter4/chapter4.hs (802, 2021-03-25)
Chapter4/chapter4.md (2152, 2021-03-25)
Chapter5/ (0, 2021-03-25)
Chapter5/chapter5.hs (829, 2021-03-25)
Chapter5/chapter5.md (2721, 2021-03-25)
Chapter6/ (0, 2021-03-25)
Chapter6/chapter6.hs (2106, 2021-03-25)
Chapter6/chapter6.md (4831, 2021-03-25)
Chapter7/ (0, 2021-03-25)
Chapter7/chapter7.hs (2314, 2021-03-25)
Chapter7/chapter7.md (4689, 2021-03-25)
Chapter8/ (0, 2021-03-25)
Chapter8/chapter8.hs (1914, 2021-03-25)
Chapter8/chapter8.md (3692, 2021-03-25)

# Programming In Haskell, 2nd Edition This repository contains my solutions to Graham Hutton's Programming in Haskell (2nd Edition) book. ### **The solutions** * Chapter 4: [Defining functions](https://github.com/alemoraru/ProgrammingInHaskell2ndEd-solutions/blob/master/Chapter4/chapter4.md) * Chapter 5: [List comprehensions](https://github.com/alemoraru/ProgrammingInHaskell2ndEd-solutions/blob/master/Chapter5/chapter5.md) * Chapter 6: [Recursive functions](https://github.com/alemoraru/ProgrammingInHaskell2ndEd-solutions/blob/master/Chapter6/chapter6.md) * Chapter 7: [High-order functions](https://github.com/alemoraru/ProgrammingInHaskell2ndEd-solutions/blob/master/Chapter7/chapter7.md) * Chapter 8: [Declaring types and classes](https://github.com/alemoraru/ProgrammingInHaskell2ndEd-solutions/blob/master/Chapter8/chapter8.md) * Chapter 12: [Monads and more](https://github.com/alemoraru/ProgrammingInHaskell2ndEd-solutions/blob/master/Chapter12/chapter12.md) * Chapter 14: [Foldables and friends](https://github.com/alemoraru/ProgrammingInHaskell2ndEd-solutions/blob/master/Chapter14/chapter14.md) * Chapter 15: [Lazy evaluation](https://github.com/alemoraru/ProgrammingInHaskell2ndEd-solutions/blob/master/Chapter15/chapter15.md) **NOTES**: * Solutions were checked manually in ghci, but not via property based testing * Some programming exercises might be missing as well in some chapters * I included only the exercises that could be implemented. There are some other helpful exercises in the book which require just writing stuff down on a paper * Some programming exercises might be missing as well in some chapters * I am using this repository to document my intro to Haskell programming, therefore it is entirely possible that I did not adhere to some Haskell programming conventions

近期下载者

相关文件


收藏者