私はHaskellを初めて使用しており、Data.Bitsからビット単位演算を使用しようとしています。 。|私がしようとするたびに私は、エラーメッセージData.BitsのHaskellビット演算子
Prelude Data.Bits> 1 `shiftL` 16
<interactive>:1:0:
Ambiguous type variable `t' in the constraint:
`Bits t' arising from a use of `shiftL' at <interactive>:1:0-12
Probable fix: add a type signature that fixes these type variable(s)
これは私も試した操作の数、のために起こり得ます。と。 &。
私は非常に単純な何かが欠けする必要があり、私に知らせてくださいあなたは、対話型セッションで問題
ghcのバージョンを投稿できますか? 'GHCi、version 7.0.4'はうまく動作します。- 出力 65536' – Pikaurd