Re: [Haskell] ANN: monadic probabilistic functional programing

2006-07-21 Thread Tomasz Zielonka
On Fri, Jul 21, 2006 at 10:26:04PM +0200, Stefan Karrmann wrote: > I have renamed all files. Because of this the darcs diff contains *all* > source lines. Then it is not only a patch but also the complete original > work. Moreover, the patch does not contain a move from or unlink of the old > locat

Re: [Haskell] ANN: monadic probabilistic functional programing

2006-07-21 Thread Stefan Karrmann
Dear all, I have renamed all files. Because of this the darcs diff contains *all* source lines. Then it is not only a patch but also the complete original work. Moreover, the patch does not contain a move from or unlink of the old locations. Taral (Fri, Jul 21, 2006 at 11:22:22AM -0500): > On 7/1

Re: [Haskell] Package "mounting" proposal

2006-07-21 Thread Stefan Karrmann
My 2 cents: Sven Moritz Hallberg (Sun, Jul 16, 2006 at 01:24:43AM +0200): > [...] > She must specify it somehow. Two possibilities come to mind: > > 1. Add a field to the package description of foo (v1.4, say) that says > "I'm backwards-compatible with 1.3." When building, this relation >

Re: [Haskell] using the ffi with callbacks

2006-07-21 Thread Taral
On 7/20/06, Evan Martin <[EMAIL PROTECTED]> wrote: But I also don't quite understand how the typing works out. For example, can you use StablePtr directly with FFI functions, or do they require you casting through Ptr? Yes. You can use any Storable with FFI functions, as far as I know. StablePt

Re: [Haskell] ANN: monadic probabilistic functional programing

2006-07-21 Thread Taral
On 7/19/06, Stefan Karrmann <[EMAIL PROTECTED]> wrote: Unfortunatly, darcs does not provide a method to extract patches as far as I know. (Hints are welcomed.) darcs diff and darcs annotate. -- Taral <[EMAIL PROTECTED]> "You can't prove anything." -- Gödel's Incompetence Theorem ___

[Haskell] PLAN-X 2007: Call for Papers and Demos

2006-07-21 Thread Torsten Grust
[ Dear all, I'd love to see contributions from the Haskell and FP community to this upcoming edition of PLAN-X! Best wishes, -- Torsten ] Call for Papers and Software Demonstrations P L A N - X 2 0 0 7 Programming Lan

[Haskell] ANN: monadic probabilistic functional programing

2006-07-21 Thread Stefan Karrmann
Dear all, the library PFP by Martin Erwig is quite useful for probabilistic calculations. I have extended it to abstract monads, cabal and darcs, confer [1]. I cannot find a licence or legal note on the page of Martin Erwig. Therefore, I can legally only publish a patch. Unfortunatly, darcs does