Haskell의 펑터와 모나드 프로그래밍

  • 발행 : 2017.03.20

초록

키워드

참고문헌

  1. Haskell Language, https://www.haskell.org/
  2. Peyton Jones, "Tackling the awkward squad: monadic input/output, concurrency, exceptions, and foreign-language calls in Haskell," ln Engineering Theories of Software Construction, 2002.
  3. Brent Yorgey, "Typeclassopedia", In Monad Reader, issue 13, 2011.
  4. Graham Hutton, Programming in Haskell, Cambridge University Press, 2016.
  5. Miran Lipovaca, Learn You a Haskell for Greate Good!, No Scratch Press, 2011.
  6. Category Hask, https://en.wikibooks.org/wiki/Haskell/Category_theory
  7. Industrial Haskell Group, http://industry.haskell.org/
  8. James Iry, "Monads are Elephants" http://james-iry.blogspot.kr/2007/09/monads-are-elephants-part-1.html