Folks,
I found some of the documentation in GHC.Prim confusing - so I thought
I'd share. The documentation for the ByteArray# type[1] explains
that's it's a raw region in memory that also remembers it's size.
Consequently I expected sizeOfByteArray# to return the same number
that I passed in to n
On Thu, Dec 24, 2009 at 10:11:55AM -0500, Andrés Sicard-Ramírez wrote:
> 2009/12/24 Ian Lynagh
>
> > On Thu, Dec 24, 2009 at 09:57:58AM -0500, Andrés Sicard-Ramírez wrote:
> > > On Thu, Dec 24, 2009 at 9:15 AM, Ian Lynagh wrote:
> > >
> > > >
> > > > I've fixed the online 6.12.1 docs,
> > >
> >
2009/12/24 Ian Lynagh
> On Thu, Dec 24, 2009 at 09:57:58AM -0500, Andrés Sicard-Ramírez wrote:
> > On Thu, Dec 24, 2009 at 9:15 AM, Ian Lynagh wrote:
> >
> > >
> > > I've fixed the online 6.12.1 docs,
> >
> > The link is down for me:
> >
> > http://www.haskell.org/ghc/docs/6.12.1/html/libraries/
Ian Lynagh wrote:
On Wed, Dec 23, 2009 at 09:34:58PM +, Neil Mitchell wrote:
Note that other links have gone broken recently:
http://haskell.org/ghc/docs/latest/html/libraries/base/Prelude.html#v:filter
These links are relied upon by Hoogle and Google. I suspect they have
the same cause.
On Thu, Dec 24, 2009 at 09:57:58AM -0500, Andrés Sicard-Ramírez wrote:
> On Thu, Dec 24, 2009 at 9:15 AM, Ian Lynagh wrote:
>
> >
> > I've fixed the online 6.12.1 docs,
>
> The link is down for me:
>
> http://www.haskell.org/ghc/docs/6.12.1/html/libraries/ghc/index.html
Which page is linking t
On Thu, Dec 24, 2009 at 9:15 AM, Ian Lynagh wrote:
>
> I've fixed the online 6.12.1 docs,
>
The link is down for me:
http://www.haskell.org/ghc/docs/6.12.1/html/libraries/ghc/index.html
--
Andrés
___
Glasgow-haskell-users mailing list
Glasgow-haskel
On Wed, Dec 23, 2009 at 09:34:58PM +, Neil Mitchell wrote:
> Note that other links have gone broken recently:
>
> http://haskell.org/ghc/docs/latest/html/libraries/base/Prelude.html#v:filter
>
> These links are relied upon by Hoogle and Google. I suspect they have
> the same cause.
Yes, this
On Mon, Dec 21, 2009 at 12:38:08PM +, Simon Marlow wrote:
> On 21/12/2009 00:18, Tom Tobin wrote:
>> On Sun, Dec 20, 2009 at 6:17 PM, Tom Tobin wrote:
>>> On Sun, Dec 20, 2009 at 4:47 PM, Jason Dusek wrote:
Maybe I missed an email about this...
http://www.haskell.org/ghc/
On Wed, Dec 23, 2009 at 09:49:40PM +, Simon Marlow wrote:
> On 22/12/09 12:59, Jens Petersen wrote:
>> 2009/12/19 Kirill A. Shutemov:
>>> I want to build ghc for i586-alt-linux-gnu.
>>
>> Why? :)
>>
>>> Why do not use config.guess to guess correct host/target/build
>>> instead of reinvent wheel