haskell-jp / random #104 at 2023-10-12 11:58:03 +0900
Back to random #104
kazu
2023-10-12 11:58:03 +0900
GHC 9.8.1 ですが、Data.List と Data.Functor を import すると unzip が衝突しますね。
ひどい。
kazu
2023-10-12 12:07:16 +0900
https://github.com/haskell/core-libraries-committee/issues/88
kazu
2023-10-12 14:11:40 +0900
Prelude も unzip を export していて、Data.List のと同じなので、hiding (unzip) は Data.Functor にすべき。
Back to random #104