[Haskell] Announcing Djinn, version 2004-12-11, a coding wizard

Lennart Augustsson lennart at augustsson.net
Thu Apr 7 18:38:38 CEST 2011


Djinn takes a type, what you have written does not appear to be a type.

  -- Lennart

On Thu, Apr 7, 2011 at 3:35 PM, Martin <jobmattcon at gmail.com> wrote:

>
> After reading this post, i can only see a -> b
>
> how to define more specific such as
>
> flow 0 y = y
> flow z flow x, y = flow z+x, y
>
> could you demonstrate using djinn to do above mapping definition
> to generate a function?
>
>
>
> _______________________________________________
> Haskell mailing list
> Haskell at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell/attachments/20110407/7955da6d/attachment.htm>


More information about the Haskell mailing list