이 블로그 검색

2015년 10월 26일 월요일

Haskell - Not in scope: 'pure'

ghci> :t pure
<interactive>:1:1: Not in scope: pure
ghci> :m +Control.Applicative
ghci> :t pure
pure :: Applicative f => a -> f a

댓글 없음:

댓글 쓰기