今天,我安裝(通過陰謀)Haskell的木薯庫與.csv檔案來工作。根據文檔(http://hackage.haskell.org/package/cassava-0.1.0.1/docs/Data-Csv.html),用於解碼類型頭是不一致木薯文檔VS安裝包在我的系統上
decode :: FromRecord a => ByteString -> Either String (Vector a)
當我去使用它,結果是沒有意義的:
> :t decode
decode
:: FromRecord a =>
Bool
-> Data.ByteString.Lazy.Internal.ByteString
-> Either String (Data.Vector.Vector a)
我想不通的地方是隨機布爾值來自!根據文件,它不應該在那裏。這和進口聲明是本屆ghci運行唯一的東西。
我開始懷疑,如果我失去了我的心!
你能檢查你安裝了哪個版本嗎? – chamini2