Re: three dots of :browse

2010-04-24 Thread Sean Leather
If I use :browse a module with GHC 6.12, it sometimes displays garbage. Here is an example: Prelude :browse Data.IP data AddrRange a = iproute-0.2.0:Data.IP.Range.AddrRange {addr :: a, mask :: a, mlen ::

Re: three dots of :browse

2010-04-24 Thread 山本和彦
Q1) What is the intention of ...? I believe it's related to the module export list. module Test (y) where data R = R { x :: Char, y :: Int, z :: Float } *Test :browse data Test.R = Test.R {..., y :: Int, ...} Thank you for your reply. The target module exposes like this: module Test

Re: three dots of :browse

2010-04-24 Thread Daniel Fischer
Am Samstag 24 April 2010 07:07:15 schrieb Kazu Yamamoto: Hello, If I use :browse a module with GHC 6.12, it sometimes displays garbage. Here is an example: Prelude :browse Data.IP data AddrRange a = iproute-0.2.0:Data.IP.Range.AddrRange {addr :: a,

Re: FFI calls: is it possible to allocate a small memory block on a stack?

2010-04-24 Thread Ian Lynagh
On Fri, Apr 23, 2010 at 07:07:29PM +0100, Denys Rtveliashvili wrote: It appears that I am on 6.12. Strange, as I thought I have check-out the HEAD by following the instructions on the wiki: darcs get --partial http://darcs.haskell.org/ghc The wiki does not tell explicitly what

Re: ANNOUNCE: GHC version 6.12.2

2010-04-24 Thread Ian Lynagh
On Fri, Apr 23, 2010 at 02:39:06PM +1000, Jens Petersen wrote: Please sanity check the src tarball next time though: 6.12.2 src was released at 33M! I guess stage3 files should not be there: eg -rwxrwxr-x simonmar/GHC 37357800 2010-04-21 06:20