Головна сторінка Груп Google
Довідка | Записатися
comp . lang . haskell
Це група Usenet - дізнатися більше
Знайти або створити Групу Google про haskell
Активні старші теми
4 нове з 4 - 30 Вер
3 нове з 3 - 17 Вер
9 нове з 9 - 16 Вер
5 нове з 5 - 14 Вер
3 нове з 3 - 7 Вер
1 нове з 1 - 2 Вер
1 нове з 1 - 2 Вер
13 нове з 13 - 30 Сер
2 нове з 2 - 30 Сер
4 нове з 4 - 30 Сер
Споріднені групи
Discussion about functional languages.
Середня активність, Usenet
Середня активність, Usenet
The Scheme Programming language.
Середня активність, Usenet
Дискусії
Перегляд:  Перелік тем, Короткий зміст теми Теми 1 - 10 з 390  Старіші ⇒

why does this not work??? monoids and stuff... 
  I would like to thank this community for answering my off the wall questions in the past, comp.lang.haskell has been quite helpful to me in learning haskell, but also functional programming. Here comes another. In a paper by Mark Jones "Functional Programming with Overloading and Higher-Order Polymorphism" he (re)defines the monoid class... далі ⇒
Написана jon.gallagher.04  - 30 Вер - 5 нових з 5 повідомлень    

Why my list function eats memory? 
  Hello haskellers, I am writing a little program and I need a function that will convert a list of some values into the list of overlapping windows, for example, for window size 4: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10,......] -> [[1, 2, 3, 4], [3, 4, 5, 6], [5, 6, 7, 8], [7, 8, 9, 10],......] Windows must overlap by one half and input list is always infinite.... далі ⇒
Написана Paul Graphov  - 28 Вер - 9 нових з 9 повідомлень    

Book: Haskell School of Expression by Paul Hudack 
  I've got a brand new, mint condition, copy of this book that I don't want. I am asking $20 (this is more than 50% off the Amazon list price) + $4 bookrate shipping to anywhere in the continental U.S. If you are interested then please reply to my gmail address. First come first served. This message will not repeat.... далі ⇒
Написана Daniel Klein  - 27 Вер - 1 нових з 1-го повідомлення    

help with maybe, dropUntil xs pred 
  dropUntil :: [(Maybe a, b)] -> (b -> Bool) -> Maybe a dropUntil [] _ = Nothing --dropUntil [x] _ = fst x dropUntil (x:xs) pred = if pred (snd x) then fst x else dropUntil xs pred i still dont get how to use maybe. how would i call this function? i used it like this first which works for what i want but the function... далі ⇒
Написана process  - 21 Вер - 8 нових з 8 повідомлень    

How to use Data.Map? 
  Hello haskellers, I have a question relating to the use of Data.Map. I admit I havn't fully understood all the concepts of functional programming yet, and thus am having trouble understanding how one might employ the Data.Map type. Consider the following python code: =============== combos = dict()... далі ⇒
Написана Aidan  - 19 Вер - 3 нових з 3 повідомлень    

An idea about functional colors 
  {- I am (sort of) new to Haskell, as well as programming, but love Haskell. I decided that the best way for me to learn my way around is to just play with the language a bit. I thought of a problem that could potentially bring a lot of the principles of the language out, and would love comments and suggestions on making it better. The... далі ⇒
Написана jon.gallagher.04  - 15 Вер - 7 нових з 7 повідомлень    

<< FREE HELP DESK SOFTWARE >> 
  ============================== ====== [link]
Написана rose...@gmail.com  - 14 Вер - 1 нових з 1-го повідомлення    

Difficulty deriving a general type for combinator 
  Suppose I have a set of functions like these: 2app_id_maybe :: (forall a. a -> Maybe a) -> (b,c) -> (Maybe b,Maybe c) 2app_id_maybe f (x, y) = (f x, f y) 2app_maybe_id :: (forall a. Maybe a -> a) -> (Maybe b,Maybe c) -> (b,c) 2app_maybe_id f (x, y) = (f x, f y) 2app_id_list :: (forall a. a -> [a]) -> (b, c) -> ([b], [c])... далі ⇒
Написана Simon Richard Clarkstone  - 13 Вер - 5 нових з 5 повідомлень    

job advert: senior role at Credit Suisse 
  [I apologise if this is off-topic for either of comp.lang.functional or comp.lang.haskell - in the former case I was unable to find a charter at all, and in the latter case I could only find a draft charter that didn't mention job ads either way] Credit Suisse is seeking to recruit an expert in functional... далі ⇒
Написана Ganesh Sittampalam  - 13 Вер - 1 нових з 1-го повідомлення    

Workshop on Generic Programming: Call for Participation (co-located w/ ICFP08) 
  Dear all, the Workshop on Generic Programming is only a few days away: 20th September 2008 ([link]). ==> Invited talk: The Generic Paradigm ==> Lambert Meertens (Utrecht University) ==> We have reserved 20 minutes for *lightning talks*. If you plan to ==> attend and if you would like to give a short talk (about half-... далі ⇒
Написана Matthew Fluet (ICFP Publicity Chair)  - 12 Вер - 1 нових з 1-го повідомлення    

1 - 10 із 390   ⇐ Новіші | Старіші ⇒

XML      
Створити групу - Групи Google - Домівка Google - Правила користування послугою - Заява про конфіденційність і нерозголошення інформації
©2008 Google