[Haskell-cafe] Bytestring package: Int and Int64

2011-05-24 Thread Daniel Díaz
Hi, cafe, I just feel curiosity. In the bytestring package, Data.ByteString module, functions like length, index, and others with Int in its type signature, have Int64 in the analogous Data.ByteString.Lazy version. What is the reason? -- Daniel Díaz

Re: [Haskell-cafe] Bytestring package: Int and Int64

2011-05-24 Thread Johan Tibell
Hi Daniel, On Tue, May 24, 2011 at 10:07 AM, Daniel Díaz danield...@asofilak.es wrote: Hi, cafe, I just feel curiosity. In the bytestring package, Data.ByteString module, functions like length, index, and others with Int in its type signature, have Int64 in the analogous Data.ByteString.Lazy

Re: [Haskell-cafe] Bytestring package: Int and Int64

2011-05-24 Thread Daniel Díaz
On Tue, 24 May 2011 10:42:34 +0200, Johan Tibell wrote: Hi Daniel, On Tue, May 24, 2011 at 10:07 AM, Daniel Díaz danield...@asofilak.es wrote: Hi, cafe, I just feel curiosity. In the bytestring package, Data.ByteString module, functions like length, index, and others with Int in its type