<?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>Re: applying int_to_float to every element in a tuple</title>
      <pubDate>Fri, 20 Nov 2009 20:24:26 GMT</pubDate>
      <dc:creator>Richard Jones</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ocaml_beginners/message/11572</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ocaml_beginners/message/11572</guid>
      <description>... Ah yes, I forgot about *that* case, which just goes to show that what Martin says is right :-) Rich. -- Richard Jones Red Hat</description>
    </item>
    <item>
      <title>Re: applying int_to_float to every element in a tuple</title>
      <pubDate>Fri, 20 Nov 2009 09:28:49 GMT</pubDate>
      <dc:creator>Martin Jambon</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ocaml_beginners/message/11571</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ocaml_beginners/message/11571</guid>
      <description>... Beginners should note however that the Obj module should not be used in regular programs and that float arrays use a special internal representation which</description>
    </item>
    <item>
      <title>Re: applying int_to_float to every element in a tuple</title>
      <pubDate>Thu, 19 Nov 2009 23:01:45 GMT</pubDate>
      <dc:creator>Richard Jones</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ocaml_beginners/message/11570</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ocaml_beginners/message/11570</guid>
      <description>... Well, it largely depends on how you define the word &quot;nicer&quot; but in the current implementation tuples are basically the same as Arrays (even for tuples of</description>
    </item>
    <item>
      <title>Re: applying int_to_float to every element in a tuple</title>
      <pubDate>Thu, 19 Nov 2009 15:19:27 GMT</pubDate>
      <dc:creator>Jon Harrop</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ocaml_beginners/message/11569</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ocaml_beginners/message/11569</guid>
      <description>... You can factor out a map_3 function: let map_3 f (x, y, z) = f x, f y, f z;; let x, y, z = map_3 int_of_float (f args) in g x y z -- Dr Jon Harrop, Flying</description>
    </item>
    <item>
      <title>applying int_to_float to every element in a tuple</title>
      <pubDate>Thu, 19 Nov 2009 15:07:59 GMT</pubDate>
      <dc:creator>Martin DeMello</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ocaml_beginners/message/11568</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ocaml_beginners/message/11568</guid>
      <description>I have a function, f, returning a tuple of three floats, and a function, g: int -&gt; int -&gt; int -&gt; whatever. Right now I&#39;m saying let (x, y, z) = f args in g</description>
    </item>
    <item>
      <title>Re: red black tree with constant time iterator</title>
      <pubDate>Thu, 19 Nov 2009 14:54:41 GMT</pubDate>
      <dc:creator>Jon Harrop</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ocaml_beginners/message/11567</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ocaml_beginners/message/11567</guid>
      <description>... Yes. ... The enumeration is not supposed to be faster; it is supposed to be more expressive. ... Specifically, it control inverts the process of iterating</description>
    </item>
    <item>
      <title>Re: red black tree with constant time iterator</title>
      <pubDate>Thu, 19 Nov 2009 07:47:04 GMT</pubDate>
      <dc:creator>rixed@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ocaml_beginners/message/11566</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ocaml_beginners/message/11566</guid>
      <description>-[ Wed, Nov 18, 2009 at 05:32:33PM &#43;0000, Jon Harrop ]---- ... Thank you very much for these explanations and comments. I think I understood all of this, but</description>
    </item>
    <item>
      <title>Re: red black tree with constant time iterator</title>
      <pubDate>Wed, 18 Nov 2009 16:19:59 GMT</pubDate>
      <dc:creator>Jon Harrop</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ocaml_beginners/message/11565</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ocaml_beginners/message/11565</guid>
      <description>... Yes. That&#39;s a bit nightmarish because you just turned your elegant tree into a non-trivial graph, significantly increasing the size of a node (therefore </description>
    </item>
    <item>
      <title>Re: red black tree with constant time iterator</title>
      <pubDate>Wed, 18 Nov 2009 16:15:54 GMT</pubDate>
      <dc:creator>Mac Mason</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ocaml_beginners/message/11564</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ocaml_beginners/message/11564</guid>
      <description>... What you&#39;re describing there is called a &quot;threaded tree&quot;, and I don&#39;t (offhand) know of any functional implementations. Maintaining threaded trees is a</description>
    </item>
    <item>
      <title>red black tree with constant time iterator</title>
      <pubDate>Wed, 18 Nov 2009 09:07:18 GMT</pubDate>
      <dc:creator>rixed@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ocaml_beginners/message/11563</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ocaml_beginners/message/11563</guid>
      <description>While advertising the OCaml language around me at work showing how nice the red black tree implementation was (the one from Okasaki), I was asked how would one</description>
    </item>
    <item>
      <title>Re: &gt;&gt;=</title>
      <pubDate>Tue, 17 Nov 2009 23:13:09 GMT</pubDate>
      <dc:creator>Tim Hanson</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ocaml_beginners/message/11562</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ocaml_beginners/message/11562</guid>
      <description>It is syntactic sugar for &#39;bind&#39; - see the documentation at http://ocsigen.org/docu/1.2.0/Lwt.html Tim On Tue, Nov 17, 2009 at 2:04 PM, Rakotomandimby Mihamina</description>
    </item>
    <item>
      <title>Re: &gt;&gt;=</title>
      <pubDate>Tue, 17 Nov 2009 19:32:12 GMT</pubDate>
      <dc:creator>Dario Teixeira</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ocaml_beginners/message/11561</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ocaml_beginners/message/11561</guid>
      <description>Hi, ... It is defined here: http://ocsigen.org/docu/1.2.0/Lwt.html Basically, x &gt;&gt;= y is an alternative notation for Lwt.bind x y. The Ocaml language allows</description>
    </item>
    <item>
      <title>&gt;&gt;=</title>
      <pubDate>Tue, 17 Nov 2009 19:04:37 GMT</pubDate>
      <dc:creator>Rakotomandimby Mihamina</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ocaml_beginners/message/11560</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ocaml_beginners/message/11560</guid>
      <description>Hi all, In http://ocsigen.org/eliom/manual/1.2.0/2#p2sessiondata I find this portion of code: [...] let session_data_example_with_post_params_handler sp _</description>
    </item>
    <item>
      <title>Erreur sur make install</title>
      <pubDate>Tue, 17 Nov 2009 11:13:22 GMT</pubDate>
      <dc:creator>wlad69</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ocaml_beginners/message/11559</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ocaml_beginners/message/11559</guid>
      <description>Bonjour, J&#39;essaye d&#39;installer ocaml sur un NAS Dlink DNS-323 sur lequel j&#39;ai déjà installé fun_plug 0.5 . Je suis complètement novice dans ce domaine. j&#39;ai</description>
    </item>
    <item>
      <title>Re: compile-error &quot;illegal permutation ofstructure fields&quot;</title>
      <pubDate>Mon, 16 Nov 2009 13:56:32 GMT</pubDate>
      <dc:creator>Romeyke, Andreas</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ocaml_beginners/message/11558</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ocaml_beginners/message/11558</guid>
      <description>Hello, ... Thanks, that was the reason, I had 2 signatures used... Thanks :) Bye Andreas -- Andreas Romeyke - Abteilung Blindenschrift - Deutsche</description>
    </item>

  </channel>
</rss>
<!-- wr2.grp.sp2.yahoo.com uncompressed/chunked Thu Dec 17 09:01:46 PST 2009 -->
