Re: [Haskell-cafe] getAddrInfo: does not exist

2012-02-23 Thread iquiw
I suppose you need to specify addrSocketType (usually Stream or Datagram) for defaultHints. Although it seems it is not required on recent versions of FreeBSD (>= 8.x?), I think it is better to specify addrSocketType always. # sorry, I forgot CC to haskell-cafe. On Wed, Feb 22, 2012 at 8:26 PM,

Re: [Haskell-cafe] Anyone up for Google SoC 2010?

2010-03-05 Thread iquiw
e could e.g. always append a "_". That's fine. However, I think no one uses unqualified import actually because of conflict with basic functions ("head", "id", "map") and existent of single character functions ("a", "b", "i", "p"). Anyway, I like the project. Thanks, iquiw ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Anyone up for Google SoC 2010?

2010-03-04 Thread iquiw
body" => "eHtml", "eHead", "eBody") "a" + capitalized attribute name ("href", "id", "class" => "aHref", "aId", "aClass") or some other convention. Function names in the 'html' library are unpredictable from corresponding element/attribute names... ("head", "base", "a" => "header", "thebase", "anchor") -- iquiw ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Efficient M to N conversion on fusion?

2010-02-16 Thread iquiw
I'll try it, thanks! iquiw On Tue, Feb 16, 2010 at 11:12 PM, Felipe Lessa wrote: > On Tue, Feb 16, 2010 at 07:52:51PM +0900, iquiw wrote: >> Is there any efficient way to convert M-length ByteString, Text or >> Vector into N-length one? > > This is just a guess, but in

[Haskell-cafe] Efficient M to N conversion on fusion?

2010-02-16 Thread iquiw
"a\\bc") The only way I found is to use concatMap... Thanks, iquiw ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe