Hello Haskellers,
We are a start-up company (currently approximately 70 people) and are
looking to grow our research and technology group by hiring a new Data
Scientist. This person should have a strong quantitative background
and Haskell experience is a plus. Bonus points if you have experience
On Thu, Feb 16, 2012 at 1:20 PM, Ian Lynagh wrote:
> I've now implemented this in GHC. For now, the syntax is:
>
> type {-# CTYPE "some C type" #-} Foo = ...
> newtype {-# CTYPE "some C type" #-} Foo = ...
> data {-# CTYPE "some C type" #-} Foo = ...
>
> The magic for (Ptr a) is built in to
On Thu, Feb 09, 2012 at 11:40:28AM -0800, John Meacham wrote:
> On Thu, Feb 9, 2012 at 11:23 AM, Ian Lynagh wrote:
> > On Thu, Feb 09, 2012 at 04:52:16AM -0800, John Meacham wrote:
> >>
> >> Since CSigSet has "sigset_t" associated with it, 'Ptr CSigSet' ends up
> >> turning
> >> into 'sigset_t *'