[Haskell-cafe] Fw: [darcs-devel] Inferred type is less polymorphic than expected and type witnesses

2009-01-12 Thread Rob Hoelz
Forwarding to Haskell Cafe per Eric's suggestion. Begin forwarded message: Date: Sun, 11 Jan 2009 23:01:31 -0600 From: Rob Hoelz r...@hoelzro.net To: darcs-de...@darcs.net Subject: [darcs-devel] Inferred type is less polymorphic than expected and type witnesses Hello again, Darcs users

Re: [Haskell-cafe] Fw: [darcs-devel] Inferred type is less polymorphic than expected and type witnesses

2009-01-12 Thread Rob Hoelz
to be? What's the type of unsafeCompare? How is the data type with NilFL and :: defined? -- ryan On Mon, Jan 12, 2009 at 5:43 AM, Rob Hoelz r...@hoelzro.net wrote: Forwarding to Haskell Cafe per Eric's suggestion. Begin forwarded message: Date: Sun, 11 Jan 2009 23:01:31 -0600 From: Rob

Re: [Haskell-cafe] Damnit, we need a CPAN.

2008-05-29 Thread Rob Hoelz
Neil Mitchell [EMAIL PROTECTED] wrote: Hi Rationale: We need a CPAN We choose to spell CPAN as Hackage , a cabal that is smart enough to know what to to, even if building depends on make Why should building depend on make? Shouldn't cabal build stuff for us? We need a cabal that

[Haskell-cafe] Haskell interface file (.hi) format?

2007-11-29 Thread Rob Hoelz
Hello fellow Haskellers, Does anyone know if/where I can find a specification for the .hi files generated by GHC? I ask because I want to write an omni-completion plugin for Vim to make Haskell hacking a bit nicer. Thanks, Rob Hoelz ___ Haskell-Cafe

Re: [Haskell-cafe] Haskell interface file (.hi) format?

2007-11-29 Thread Rob Hoelz
Claus Reinke [EMAIL PROTECTED] wrote: Does anyone know if/where I can find a specification for the .hi files generated by GHC? I ask because I want to write an omni-completion plugin for Vim to make Haskell hacking a bit nicer. you might find it easier to use GHCi's :browse command

[Haskell-cafe] IO Monad operation madness

2007-05-17 Thread Rob Hoelz
Hello again, I'm still working on that binding, and I've come to a problem that I just can't figure out. I'm sure it's staring me right in the face, so I think another pair of eyes to take a look. So if you look at my previous message, I defined a linked list data type in C. I'm trying to

Re: [Haskell-cafe] IO Monad operation madness

2007-05-17 Thread Rob Hoelz
Isaac Dupree [EMAIL PROTECTED] wrote: linkedListToHaskellStringList :: LinkedList - IO [String] linkedListToHaskellStringList listPtr = let convertList' ptr = convertList' :: LinkedList - [IO String], I infer? Correct. if listIsNull ptr then

Re: [Haskell-cafe] IO Monad operation madness

2007-05-17 Thread Rob Hoelz
Isaac Dupree [EMAIL PROTECTED] wrote: Isaac Dupree wrote: liftM2 (:) (peekCString = (linked_list_getdata ptr)) (linkedListToHaskellStringList = linked_list_next ptr) formerly missing parenthesis fixed in the above before it bites you :( Isaac Thanks for the help, Isaac. I

[Haskell-cafe] Safe/Unsafe calls with the GHC Foreign Function Interface

2007-05-17 Thread Rob Hoelz
More questions from Rob regarding his mysterious bindings... So I've been reading the docs for the FFI, and it's my understanding that foreign functions imported as unsafe are faster, but they've got a problem with callbacks. From what I read, I believe that I should just make a foreign function

Re: [Haskell-cafe] Safe/Unsafe calls with the GHC Foreign Function Interface

2007-05-17 Thread Rob Hoelz
Stefan O'Rear [EMAIL PROTECTED] wrote: On Thu, May 17, 2007 at 10:32:11PM -0500, Rob Hoelz wrote: More questions from Rob regarding his mysterious bindings... So I've been reading the docs for the FFI, and it's my understanding that foreign functions imported as unsafe are faster

[Haskell-cafe] Tail Recursion within the IO Monad

2007-05-16 Thread Rob Hoelz
be ok too. Could anyone give me a hand? And as long as I'm asking, is there some kind of monadic function composition operator? I'd like to clean up the above with something like peekCString . peek . linked_list_getdata... Many thanks, Rob Hoelz

Re: [Haskell-cafe] Tail Recursion within the IO Monad

2007-05-16 Thread Rob Hoelz
Brandon S. Allbery KF8NH [EMAIL PROTECTED] wrote: On May 16, 2007, at 12:23 , Rob Hoelz wrote: And as long as I'm asking, is there some kind of monadic function composition operator? I'd like to clean up the above with something like peekCString . peek . linked_list_getdata

[Haskell-cafe] Converting CTime - Int

2007-05-15 Thread Rob Hoelz
the standard library docs, but to no avail. Could someone give me a hint? Thanks, Rob Hoelz ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Any Haskellers anywhere? (was Re: Any Haskellers in St Louis, MO?)

2007-05-05 Thread Rob Hoelz
Sounds like a good idea to me. I'd like to see if any Haskellers are in Madison. ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Any Haskellers anywhere?

2007-05-05 Thread Rob Hoelz
Gabor Greif [EMAIL PROTECTED] wrote: Am 06.05.2007 um 03:52 schrieb Rob Hoelz: Sounds like a good idea to me. I'd like to see if any Haskellers are in Madison. Doesn't Google have a service for visualizing locations on a map? The wiki could point there, for example... Gabor