Ŭ¸¯°ú µ¿½Ã¿¡ ³ªµµ µðÀÚÀ̳ʰ¡ µÉ¼öÀÖ´Ù ??

2001-04-26 Thread designq
http://www.designq.co.kr,[[EMAIL PROTECTED]] ¾È³çÇϼ¼¿ä.µðÀÚÀÎÅ¥ ¿î¿µÀÚÀÔ´Ï´Ù. ¸ÕÀú Çã¶ô¾øÀÌ ¸ÞÀϺ¸³»´ÂÁ¡ °ü¸®ÀÚ´Ô²² ¾çÇØÀÇ ¸»¾¸ ¿Ã¸³´Ï´Ù. ÀúÀÇ µðÀÚÀÎÅ¥´Â ¼¼°è ÃÖÃÊ·Î ÀÎÅÍ³Ý ¸íÇÔÆíÁý±â(Àμâ¸íÇÔ)¸¦ °³¹ß ¿Ï·á(ƯÇãÃâ¿ø) Çß½À´Ï´Ù.»ìÆìº¸½Ã°í ¸¹Àº µµ¿ò°ú Á¶¾ð ºÎʵ右´Ï´Ù. DESIGNQÀÇ calling card syst

Ŭ¸¯°ú µ¿½Ã¿¡ ³ªµµ µðÀÚÀ̳ʰ¡ µÉ¼öÀÖ´Ù ??

2001-04-26 Thread designq
http://www.designq.co.kr,[[EMAIL PROTECTED]] ¾È³çÇϼ¼¿ä.µðÀÚÀÎÅ¥ ¿î¿µÀÚÀÔ´Ï´Ù. ¸ÕÀú Çã¶ô¾øÀÌ ¸ÞÀϺ¸³»´ÂÁ¡ °ü¸®ÀÚ´Ô²² ¾çÇØÀÇ ¸»¾¸ ¿Ã¸³´Ï´Ù. ÀúÀÇ µðÀÚÀÎÅ¥´Â ¼¼°è ÃÖÃÊ·Î ÀÎÅÍ³Ý ¸íÇÔÆíÁý±â(Àμâ¸íÇÔ)¸¦ °³¹ß ¿Ï·á(ƯÇãÃâ¿ø) Çß½À´Ï´Ù.»ìÆìº¸½Ã°í ¸¹Àº µµ¿ò°ú Á¶¾ð ºÎʵ右´Ï´Ù. DESIGNQÀÇ calling card syst

Re: help!!!!

2001-04-26 Thread Ashley Yakeley
At 2001-04-26 11:44, Cadena Silva Andres wrote: >I need examples of trees please. Of all the trees that grow so fair, Old England to adorn, Greater are none beneath the Sun, Than Oak, and Ash, and Thorn. Sing Oak, and Ash, and Thorn, good Sirs (All of a Midsummer morn)! Surely we sing of n

RE: help!!!!

2001-04-26 Thread Frank Atanassow
Cadena Silva Andres wrote: > I need examples of trees please. No problem! Lemme see now... There's oak, scarlet oak, bur oak, pin oak, northern red oak, shingle oak, swamp white oak, pine, Scotch pine, Austrian pine, willow, white willow, birch, redwood, mulberry, apple, cherry, black cherry, O

help!!!!

2001-04-26 Thread Cadena Silva Andres
I need examples of trees please. ___ Haskell mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell

Re: Haskell History

2001-04-26 Thread andrew
These are general FP/history and not directly Haskell, but searching lambda.weblogs.com for "history" gives a bunch of hits including: http://lambda.weblogs.com/discuss/msgReader$913 http://lambda.weblogs.com/discuss/msgReader$328 http://lambda.weblogs.com/discuss/msgReader$869 http://lambda.w

Haskell History

2001-04-26 Thread IAESTE IFML
Hi!     We're very interested in knowing everything (well, lots of things) about functional Programming History, and it's being very hard to get information about it. Could you recommend us some good book or web page to learn more about this subject?   Best regards, Car

Re: Implict parameters and monomorphism

2001-04-26 Thread kahl
Jeffrey R. Lewis <[EMAIL PROTECTED]> argued that the monomorphism restriction enabled translations of let-bindungs into lambda-bindings: > > let z = x + ?y in z+z > > > > [...] > > The example above becomes: > (\z -> z + z) (x + ?y) In Hindley-Milner type systems, the poin