Luke Palmer

Results 11 comments of Luke Palmer

Can you provide more detail about this? So it's some key combination that opens the current line in $EDITOR? What's the standard binding for this. Doesn't look like Haskeline has...

Last I remember I had found a major problem in the approach of `Data.MemoCombinators.Class`, though I don't remember enough of it. I need to formally deprecate it. Thanks for the...

No I think I'm wrong, I just did it wrong. I shall fix this. Thanks again.

I haven't dug into the code for a while, but I don't recall doing anything tricky. If you unionWith instead of union (or however it plays out) everything should be...

Hmm... I don't really have the context for this, but it sounds like haskell-src-exts is not understanding /\* ... */ comments correctly. Do you think patching haskell-src-exts would be the...

Thanks for this information

Sorry I tool so long to reply to this, but this is done now. On Thu, May 15, 2014 at 2:41 AM, Cindy Wang [email protected] wrote: > The haskell-src-exts 1.15...

That is a nice idea. I guess we could parse the tags file, throw away any tags that are from the current file, and append the new ones. No tuits...

Oh, sorry. Yes there is something that prevents it, in that I don't have a good environment to test it locally (and I have been out of the software game)....

Sorry it has taken me so long to reply, I just now cleaned out my inbox. You can see how it's called in examples.hs. E.g. ``` add2 :: Integer ->...