
2 Nov
2006
2 Nov
'06
12:29 p.m.
Malcolm.Wallace:
dons@cse.unsw.edu.au (Donald Bruce Stewart) wrote:
Here is another portability problem in Data.ByteString.Lazy:
Constructor :*: used at 590:22-590:24 is not defined.
It's defined in Data.ByteString.Fusion: infixl 2 :*: -- |Strict pair data PairS a b = !a :*: !b deriving (Eq,Ord,Show)
I did not find it with a quick grep, but yes, there it is. So this indicates a bug in nhc98/yhc's import resolution, not in your library...
It's everyone's library now! :) -- Don