ckkashyap: > Hi, > I noticed that even though I declare the type of a function in my code as� > Data.ByteString.Lazy.ByteString ... when I check it out in ghci using :t, > it shows this -�Data.ByteString.Lazy.Internal.ByteString > Is this expected?
Yep, the 'Internal' module is where the type is defined, and then re-exported through the regular module. All is well. -- Don
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe