# Haskell [로드맵] - http://www.potatogim.net/wiki/%ED%95%98%EC%8A%A4%EC%BC%88_(%ED%94%84%EB%A1%9C%EA%B7%B8%EB%9E%98%EB%B0%8D_%EC%96%B8%EC%96%B4) - http://learnyouahaskell.com/ - https://1ambda.github.io/22/haskell/ 프로그래밍에서 polymorphism 은 generics 와 sub-typing 의 두 가지 개념을 모두 포함하는 용어입니다. generics는 type parameterization 을, sub-typing 은 type-hierarchy 를 의미하지요. ## Tutorials (https://wiki.haskell.org/Tutorials)