<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>ocaml_beginners at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/ocaml_beginners/</link>
    <description>Ocaml Beginners</description>

    <item>
      <title>Ocal IDE: Vote for OcalIDE</title>
      <pubDate>Thu, 05 Nov 2009 13:33:28 GMT</pubDate>
      <dc:creator>Hugo Ferreira</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ocaml_beginners/message/11540</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ocaml_beginners/message/11540</guid>
      <description>Hello, If you like OcaIDE, please vote for it to show your support: http://marketplace.eclipse.org/node/599 Regards, Hugo F.</description>
    </item>
    <item>
      <title>Re: getting up and running with godi and batteries</title>
      <pubDate>Tue, 03 Nov 2009 06:41:52 GMT</pubDate>
      <dc:creator>Rakotomandimby Mihamina</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ocaml_beginners/message/11539</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ocaml_beginners/message/11539</guid>
      <description>... Distribution package management is one of the strength of Linux. -- Architecte Informatique chez Blueline/Gulfsat: Administration Systeme, Recherche &amp;</description>
    </item>
    <item>
      <title>Re: getting up and running with godi and batteries</title>
      <pubDate>Tue, 03 Nov 2009 05:47:41 GMT</pubDate>
      <dc:creator>Martin DeMello</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ocaml_beginners/message/11538</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ocaml_beginners/message/11538</guid>
      <description>... yeah, it looks very neat :) some packages (lablgl, lablgtk and omake) compiled from pacman but not from godi, but i don&#39;t need any of them immediately and</description>
    </item>
    <item>
      <title>Re: getting up and running with godi and batteries</title>
      <pubDate>Mon, 02 Nov 2009 23:53:03 GMT</pubDate>
      <dc:creator>Peng Zang</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ocaml_beginners/message/11537</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ocaml_beginners/message/11537</guid>
      <description>... Hash: SHA1 I&#39;m thrilled you installed GODI!  Isn&#39;t it awesome?  I run Gentoo and for a long time I used the ocaml packages in portage, but it just didn&#39;t</description>
    </item>
    <item>
      <title>getting up and running with godi and batteries</title>
      <pubDate>Mon, 02 Nov 2009 18:56:49 GMT</pubDate>
      <dc:creator>Martin DeMello</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ocaml_beginners/message/11536</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ocaml_beginners/message/11536</guid>
      <description>... Ah, the perpetual tension between the distribution&#39;s package manager and the language&#39;s :) Anyway, I&#39;ve uninstalled ocaml and packages from arch and</description>
    </item>
    <item>
      <title>Re: using a list instead of option</title>
      <pubDate>Mon, 02 Nov 2009 14:02:51 GMT</pubDate>
      <dc:creator>Peng Zang</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ocaml_beginners/message/11535</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ocaml_beginners/message/11535</guid>
      <description>... Hash: SHA1 I&#39;m not sure how to do it on your system, but with a GODI based OCaml distribution all you have to do is add &quot;batteries&quot; into your &quot;PACKS&quot; </description>
    </item>
    <item>
      <title>Re: using a list instead of option</title>
      <pubDate>Mon, 02 Nov 2009 11:27:23 GMT</pubDate>
      <dc:creator>Martin DeMello</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ocaml_beginners/message/11534</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ocaml_beginners/message/11534</guid>
      <description>How would I use batteries along with OCamlMakefile? (I tried the ocamlbuild way and got nowhere; I&#39;ve not been able to get mikmatch and ledit working with</description>
    </item>
    <item>
      <title>Re: using a list instead of option</title>
      <pubDate>Sun, 01 Nov 2009 11:48:47 GMT</pubDate>
      <dc:creator>Lukasz Stafiniak</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ocaml_beginners/message/11533</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ocaml_beginners/message/11533</guid>
      <description>You may need some general functions that lack from the basic standard library: let unsome default = function ... let map_some f l = let rec maps_f accu =</description>
    </item>
    <item>
      <title>Re: using a list instead of option</title>
      <pubDate>Sun, 01 Nov 2009 10:04:31 GMT</pubDate>
      <dc:creator>Martin DeMello</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ocaml_beginners/message/11532</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ocaml_beginners/message/11532</guid>
      <description>thinking about it, you&#39;re  right, i was being silly :) code changed to use option type. martin ... [Non-text portions of this message have been removed]</description>
    </item>
    <item>
      <title>Re: using a list instead of option</title>
      <pubDate>Sat, 31 Oct 2009 09:36:46 GMT</pubDate>
      <dc:creator>Lukasz Stafiniak</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ocaml_beginners/message/11531</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ocaml_beginners/message/11531</guid>
      <description>I think performance-wise the difference is very small. But you should use the option type to express your program&#39;s semantics correctly! On Sat, Oct 31, 2009</description>
    </item>
    <item>
      <title>using a list instead of option</title>
      <pubDate>Sat, 31 Oct 2009 09:10:09 GMT</pubDate>
      <dc:creator>Martin DeMello</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ocaml_beginners/message/11530</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ocaml_beginners/message/11530</guid>
      <description>Is there any disadvantage (performance, e.g.) to having a function return [] or [string], and consume it via let collecting traversal = let retval = ref [] in </description>
    </item>
    <item>
      <title>Re: Combinations with List.fold_left</title>
      <pubDate>Fri, 30 Oct 2009 21:01:26 GMT</pubDate>
      <dc:creator>Till Crueger</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ocaml_beginners/message/11529</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ocaml_beginners/message/11529</guid>
      <description>On Fri, 30 Oct 2009 18:14:20 &#43;0100, citromatik &lt;miguel.pignatelli@...&gt; ... This would do the trick: let combs elems = List.fold_right (fun heads tails -&gt; </description>
    </item>
    <item>
      <title>Re: Combinations with List.fold_left</title>
      <pubDate>Fri, 30 Oct 2009 18:54:55 GMT</pubDate>
      <dc:creator>Erick Matsen</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ocaml_beginners/message/11528</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ocaml_beginners/message/11528</guid>
      <description>This is probably not the most efficient way, but this does what I think you want to do: let combo ll = let rec aux accu = function ... combo (List.flatten </description>
    </item>
    <item>
      <title>Re: Combinations with List.fold_left</title>
      <pubDate>Fri, 30 Oct 2009 18:53:06 GMT</pubDate>
      <dc:creator>Christophe TROESTLER</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ocaml_beginners/message/11527</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ocaml_beginners/message/11527</guid>
      <description>... Assume you have a function that does the job for a list with n elements (sublists) and write one (using the former) for a list with n&#43;1 elements.  You can</description>
    </item>
    <item>
      <title>Combinations with List.fold_left</title>
      <pubDate>Fri, 30 Oct 2009 17:14:25 GMT</pubDate>
      <dc:creator>citromatik</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ocaml_beginners/message/11526</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ocaml_beginners/message/11526</guid>
      <description>Hi all, I am trying to understand how to get all possible combinations of a list of list: # combs [[&#39;a&#39;;&#39;b&#39;;&#39;c&#39;];[&#39;1&#39;;&#39;2&#39;];[&#39;Y&#39;;&#39;Z&#39;]];; char list list = </description>
    </item>

  </channel>
</rss>
<!-- wr2.grp.sp2.yahoo.com uncompressed/chunked Tue Dec  1 23:02:23 PST 2009 -->
