[Haskell-cafe] Working with the code For Typing Haskell In Haskell

2011-10-18 Thread Patrick LeBoutillier
with this code before? Thanks as lot, Patrick -- = Patrick LeBoutillier Rosemère, Québec, Canada ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

[Haskell-cafe] Fwd: Questions about lambda calculus

2010-11-10 Thread Patrick LeBoutillier
Hi all, Sorry for cross-posting this, but I didn't get anything on the beginners list so I thought I'd give it a try here. Thanks, Patrick -- Forwarded message -- From: Patrick LeBoutillier patrick.leboutill...@gmail.com Date: Thu, Nov 4, 2010 at 2:02 PM Subject: Questions

Re: [Haskell-cafe] Fwd: Questions about lambda calculus

2010-11-10 Thread Patrick LeBoutillier
LeBoutillier patrick.leboutill...@gmail.com wrote: Hi all, Sorry for cross-posting this, but I didn't get anything on the beginners list so I thought I'd give it a try here. Thanks, Patrick -- Forwarded message -- From: Patrick LeBoutillier patrick.leboutill...@gmail.com Date

Re: [Haskell-cafe] running and understanding a lifting program

2010-10-25 Thread Patrick LeBoutillier
a Time value, basically the Time at which you want to evaluate the Changing points' positions. Try md 2 in ghci, it should give you the expected value. Patrick Thanks again, Pat Patrick LeBoutillier wrote: Patrick, I found this program interesting and decided to spend a bit of time

[Haskell-cafe] Re: [Haskell-beginners] Re: Accounting Engine in Haskell

2010-06-17 Thread Patrick LeBoutillier
/papers/NSWC/jfp.ps This paper was very interesting to me. Does anyone know if the full source code for the Haskell prototype is available somewhere? Patrick -- = Patrick LeBoutillier Rosemère, Québec, Canada ___ Haskell-Cafe mailing

Re: [Haskell-cafe] learning advanced haskell

2010-06-14 Thread Patrick LeBoutillier
Hi all, On Mon, Jun 14, 2010 at 1:42 AM, Aran Donohue aran.dono...@gmail.com wrote: resources. John Lato's recent Iteratee article is a notable exception*. Can anyone provide a link to the article (if it's available online)? Thanks, Patrick -- = Patrick LeBoutillier

Re: [Haskell-cafe] Why Either = Left | Right instead of something like Result = Success | Failure

2010-06-01 Thread Patrick LeBoutillier
-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe -- = Patrick LeBoutillier Rosemère, Québec, Canada ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org

[Haskell-cafe] [OT?] Haskell-inspired functions for BASH

2010-03-31 Thread Patrick LeBoutillier
similar projets out there? - Does anyone find this interesting? - Any other comment/suggestion/feedback - Where's a good place to promote such a project? Thanks a lot, Patrick LeBoutillier -- = Patrick LeBoutillier Rosemère, Québec, Canada

Re: [Haskell-cafe] What is the meaning of tilde (~) symbol

2010-02-16 Thread Patrick LeBoutillier
Hi, The symbols that are not specified in a library can be found here:  http://www.haskell.org/haskellwiki/Keywords I noticed that \ is not in that list, should it be? Patrick -- = Patrick LeBoutillier Rosemère, Québec, Canada

Re: [Haskell-cafe] Interpreting profiling results

2010-01-05 Thread Patrick LeBoutillier
On Mon, Jan 4, 2010 at 10:05 AM, Daniel Fischer daniel.is.fisc...@web.de wrote: Am Montag 04 Januar 2010 02:17:06 schrieb Patrick LeBoutillier: Hi, This question didn't get any replies on the beginners list, I thought I'd try it here... Sorry, been occupied with other things. I already

[Haskell-cafe] Interpreting profiling results

2010-01-03 Thread Patrick LeBoutillier
of times the function was called? If so, I don't understand how the 'square' function could be called 88 times when it's caller is only called 8 times. Same thing with 'genNums' (called 8 times, and solve called 5 times) What am I missing here? Patrick -- = Patrick LeBoutillier

[Haskell-cafe] FFI and ghci

2009-12-04 Thread Patrick LeBoutillier
be happening? It's quite possible that there is really a bug in the C code, but if someone knows about a bug or something in ghci that can cause this behaviour I can stop looking... Thanks a lot, Patrick -- = Patrick LeBoutillier Rosemère, Québec, Canada

Re: [Haskell-cafe] Haskell Weekly News: Issue 134 - October 10, 2009

2009-10-11 Thread Patrick LeBoutillier
-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe -- = Patrick LeBoutillier Rosemère, Québec, Canada ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Re: Libraries for Commercial Users

2009-10-11 Thread Patrick LeBoutillier
://search.cpan.org/~patl/Inline-Java-0.52/). Thanks, Patrick ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe -- = Patrick LeBoutillier Rosemère, Québec, Canada

[Haskell-cafe] Haskell and symbolic references

2009-05-29 Thread Patrick LeBoutillier
Hi all, Is it possible with Haskell to call a function whose name is contained in a String? Something like: five = call_func add [2, 3] If not, perhaps this is acheivable using FFI? Thanks a lot, Patrick Leboutillier -- = Patrick LeBoutillier Rosemère, Québec, Canada