
2 Nov
2006
2 Nov
'06
12:17 p.m.
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... Regards, Malcolm