문제

I'm trying to use the function readMaybe, which should be in the Text.Read library, but when I compile I receive this message:

 Module `Text.Read' does not export `readMaybe'

Can anyone say me what am I doing wrong? Thanks ;)

도움이 되었습니까?

해결책

The function readMaybe was added in ghc-7.6.1 (or base-4.6.0.0). Perhaps you're using an older version of GHC?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top