Programming

Haskell은 별로다.

steloflute 2019. 10. 19. 16:42

random number를 생성시키기 위한 System.Random이 기본으로 포함되지 않게 됨. 실용성 꽝

 

https://stackoverflow.com/a/7265610

 

The System.Random module belongs to the random package, which is no longer included with GHC as of version 7.2.1.

 

해결책: Haskell Platform Full Version을 설치하면 된다. core에는 random 패키지 없음.

 

mutable IO array인 Data.Array.IO도 표준은 아님.

표준만으로는 실용성에 문제가 있다.