<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.lang.caml.inria">
    <title>gmane.comp.lang.caml.inria</title>
    <link>http://blog.gmane.org/gmane.comp.lang.caml.inria</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.caml.inria/57504"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.caml.inria/57492"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.caml.inria/57489"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.caml.inria/57485"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.caml.inria/57484"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.caml.inria/57480"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.caml.inria/57479"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.caml.inria/57478"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.caml.inria/57474"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.caml.inria/57473"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.caml.inria/57472"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.caml.inria/57470"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.caml.inria/57469"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.caml.inria/57468"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.caml.inria/57465"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.caml.inria/57463"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.caml.inria/57460"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.caml.inria/57459"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.caml.inria/57455"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.caml.inria/57451"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.caml.inria/57504">
    <title>LFMTP'13: Logical Frameworks and Meta-Languages (CFP)</title>
    <link>http://comments.gmane.org/gmane.comp.lang.caml.inria/57504</link>
    <description>&lt;pre&gt;=====================================================

   ACM SIGPLAN International Workshop on Logical Frameworks
    and Meta-Languages: Theory and Practice (LFMTP'13)

           http://complogic.cs.mcgill.ca/lfmtp13

                23 September, 2013 Boston, USA

              Co-located with with ICFP'13

                       CALL FOR PAPERS
 =====================================================

IMPORTANT DATES

Paper submission:        June 14, 2013
Author notification:        July 7, 2013
Final versions due:       July 18, 2013

=====================================================

Logical frameworks and meta-languages form a common substrate for
representing, implementing, and reasoning about a wide variety of
deductive systems of interest in logic and computer science. Their
design and implementation on the one hand and their use in reasoning
tasks ranging from the correctness of software to the properties of
formal computational systems on the other hand have been the focus of
considerable res&lt;/pre&gt;</description>
    <dc:creator>Brigitte Pientka</dc:creator>
    <dc:date>2013-05-22T03:06:39</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.caml.inria/57492">
    <title>The rec/nonrec debate</title>
    <link>http://comments.gmane.org/gmane.comp.lang.caml.inria/57492</link>
    <description>&lt;pre&gt;Hi,


As you know, there is in OCaml some asymmetry regarding the rec/nonrec 
defaults for type and value declarations.  Types are recursive by default
and there's no way to "unrecurse" them, whereas values are by default not
recursive and can be made recursive via the "rec" keyword.

The unrecursiveness of type declarations is cause for some chagrin, as a 
recent ticket on Mantis demonstrates [1].

Here's something I wonder: if one were to wipe the slate clean, is there 
consensus among the community about the best defaults?  I'm leaning towards
having nonrec as the default behaviour for *both* types and values, and
using "rec" as the keyword for recursive types and values.  This scheme
would obviate the need for an actual "nonrec" keyword.

Obviously, such a change would be too intrusive to make to OCaml.  However, 
since people are working on "Next Generation ML" languages like Mezzo [2],
I think it would be good to get the community's pulse on this subject.
(Btw, from the examples posted on Mezzo's h&lt;/pre&gt;</description>
    <dc:creator>Dario Teixeira</dc:creator>
    <dc:date>2013-05-20T14:31:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.caml.inria/57489">
    <title>[ANN] Core Suite 109.23.00 + async_parallel</title>
    <link>http://comments.gmane.org/gmane.comp.lang.caml.inria/57489</link>
    <description>&lt;pre&gt;I am pleased to announce the 109.23.00 release of the Core suite.

The following packages were upgraded:

- async_parallel
- core
- core_extended
- jenga

async_parallel is a new library.  It is for running tasks in other
processes on a cluster of machines.  A detailed description is
included in the API documentation:

  https://ocaml.janestreet.com/ocaml-core/109.23.00/doc/parallel/Std.html

Files and documentation for this release are available on our website
and all packages are in opam:

  https://ocaml.janestreet.com/ocaml-core/109.14.00/individual/
  https://ocaml.janestreet.com/ocaml-core/109.14.00/doc/

Here are the changelogs for versions 109.15.00 to 109.23.00:

# 109.15.00

## async_extra

- In `Rpc.client` and `Rpc.with_client`, allowed the client to
  implement the rpcs.

  Added a new optional argument: `?implementations:_ Client_implementations.t`.
- Added new module `Versioned_rpc.Both_convert` to allow the caller
  and callee to independently upgrade to a new rpc.

  This is a new flavor of &lt;/pre&gt;</description>
    <dc:creator>Jeremie Dimino</dc:creator>
    <dc:date>2013-05-20T12:13:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.caml.inria/57485">
    <title>SSTiC 2013: next registration deadline 26 May</title>
    <link>http://comments.gmane.org/gmane.comp.lang.caml.inria/57485</link>
    <description>&lt;pre&gt;*To be removed from our mailing list, please respond to this message with
UNSUBSCRIBE in the subject line*

*********************************************************************

2013 INTERNATIONAL SUMMER SCHOOL ON TRENDS IN COMPUTING

SSTiC 2013

Tarragona, Spain

July 22-26, 2013

Organized by
Rovira i Virgili University

http://grammars.grlmc.com/SSTiC2013/

*********************************************************************

+++ next registration deadline: May 26 +++

*********************************************************************

AIM:

SSTiC 2013 will be an open forum for the convergence of top class well
recognized computer scientists and people at the beginning of their research
career (typically PhD students) as well as consolidated researchers.

SSTiC 2013 will cover the whole spectrum of computer science by means of 63
six-hour courses dealing with hot topics at the frontiers of the field. By
actively participating, lecturers and attendees will share the idea of
scientific excellence as th&lt;/pre&gt;</description>
    <dc:creator>GRLMC</dc:creator>
    <dc:date>2013-05-19T16:53:24</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.caml.inria/57484">
    <title>First-class modules in functor bodies</title>
    <link>http://comments.gmane.org/gmane.comp.lang.caml.inria/57484</link>
    <description>&lt;pre&gt;Hi,

I've been wondering why the following is disallowed:

-----
module M (U : sig end) = struct
  module type S = sig val x : int end
  let a = ((module struct let x = 42 end : S))
  module A = (val a)
end
-----

The error message is:

-----
File "foo.ml", line 4, characters 13-20:
Error: This kind of expression is not allowed within the body of a functor.
-----

Making M a module by removing the functor argument works as expected.

Is there some inherent unsoundness issue with allowing this kind of
use of first-class modules within functor bodies, or would it just be
hard adding sound support for the above to the current type system?

Regards,
Markus

--
Markus Mottl        http://www.ocaml.info        markus.mottl&amp;lt; at &amp;gt;gmail.com

&lt;/pre&gt;</description>
    <dc:creator>Markus Mottl</dc:creator>
    <dc:date>2013-05-19T15:14:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.caml.inria/57480">
    <title>From Session Types to Data Types: RA post</title>
    <link>http://comments.gmane.org/gmane.comp.lang.caml.inria/57480</link>
    <description>&lt;pre&gt;Though it isn't mentioned in the ad, this job may be of particular 
interest to researchers with OCaml experience:

https://www.vacancies.ed.ac.uk/pls/corehrrecruit/erq_jobspec_version_4.jobspec?p_id=013243

The successful applicant will be working with Phil Wadler and me, 
extending the Links web programming language to support session types. 
Links is written in OCaml.

The deadline for applications is 20th May 2013.

Sam


&lt;/pre&gt;</description>
    <dc:creator>Sam Lindley</dc:creator>
    <dc:date>2013-05-17T15:10:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.caml.inria/57479">
    <title>INAP 2013 - Call for Papers</title>
    <link>http://comments.gmane.org/gmane.comp.lang.caml.inria/57479</link>
    <description>&lt;pre&gt;------------------------------------------------------------------------------

      20th International Conference on 
      Applications of Declarative Programming
      and Knowledge Management (INAP 2013)

      colocated with

      27th Workshop on Logic Programming (WLP 2013)

      part of the Kiel Declarative Programming Days 2013

      Kiel, Germany, September 11-13, 2013

------------------------------------------------------------------------------

Declarative programming is an advanced paradigm for the modeling and
solving of complex problems. This specification method attracted
increased attention over the last decades, e.g., in the domains of
databases and natural language processing, for the modeling and the
processing of combinatorial problems, and for establishing systems for
the Web.


INAP 2013
=========

INAP is a communicative and dense conference for intensive discussion of
applications of important technologies around logic programming,
constraint problem solving, and closely relate&lt;/pre&gt;</description>
    <dc:creator>Ricardo Rocha</dc:creator>
    <dc:date>2013-05-17T13:59:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.caml.inria/57478">
    <title>CFP FOCLASA 2013: The 13th International Workshop on Foundations of Coordination Languages and Self Adaptive Systems</title>
    <link>http://comments.gmane.org/gmane.comp.lang.caml.inria/57478</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>Jose A Martin</dc:creator>
    <dc:date>2013-05-17T11:03:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.caml.inria/57474">
    <title>[HLPP2013] Call for participation Paris 1-2 July 2013</title>
    <link>http://comments.gmane.org/gmane.comp.lang.caml.inria/57474</link>
    <description>&lt;pre&gt;*

HLPP2013,  Paris 1-2 July 2013  https://sites.google.com/site/hlpp2013/
International Symposium on High-level Parallel Programming and Applications

   -

   Accepted papers:
   https://sites.google.com/site/hlpp2013/home/acceptedpapers
   -

   Invited talk by Leslie Valiant (Harvard U.) inventor of the BSP paradigm
   and 2010 Turing award: A Bridging Model for Multi-Core Computing

Registration is open: http://www.hains.eu/hlpp2013registration.html*

&lt;/pre&gt;</description>
    <dc:creator>Gaetan Hains</dc:creator>
    <dc:date>2013-05-17T09:07:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.caml.inria/57473">
    <title>DBPL 2013 - Second Call for Papers</title>
    <link>http://comments.gmane.org/gmane.comp.lang.caml.inria/57473</link>
    <description>&lt;pre&gt;                    The 14th International Symposium
                   on Database Programming Languages
                        http://dbpl2013.inria.fr
                     Riva del Garda, Trento, Italy
                            August 30, 2013
                       co-located with VLDB 2013
                                    
                            Call for Papers

For over 25 years, DBPL has established itself as the principal venue
for publishing and discussing new ideas at the intersection of
databases and programming languages. Many key contributions in query
languages for object-oriented data, persistent databases, nested
relational data, and semistructured data, as well as fundamental ideas
in types for query languages, were first announced at DBPL. Today, the
emergence of new data management applications such as cloud computing
and “big data,” social network analysis, bidirectional programming,
and data privacy has lead to a new flurry of creative research in this
area, as well as a t&lt;/pre&gt;</description>
    <dc:creator>Alan Schmitt</dc:creator>
    <dc:date>2013-05-17T07:20:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.caml.inria/57472">
    <title>concurrent caml-light?</title>
    <link>http://comments.gmane.org/gmane.comp.lang.caml.inria/57472</link>
    <description>&lt;pre&gt;
Does anybody know whatever happened to concurrent caml-light?  Anybody
have any idea if the Doligez-Gonthier-Leroy GC was ever implemented in
another system?

Thanks in advance,
--chet--


&lt;/pre&gt;</description>
    <dc:creator>Chet Murthy</dc:creator>
    <dc:date>2013-05-17T02:11:51</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.caml.inria/57470">
    <title>CiE 2013 in Milan, July 1 - 5: First Call for Participation</title>
    <link>http://comments.gmane.org/gmane.comp.lang.caml.inria/57470</link>
    <description>&lt;pre&gt;---------------------------------------------------------------------------
       COMPUTABILITY IN EUROPE 2013: The Nature of Computation
                       Milan, Italy,  July  1 - 5, 2013

                           CALL FOR PARTICIPATION

                 Informal Presentation Deadline: 31 May 2013
                   Early Registration Deadline: 31 May 2013

                      http://cie2013.disco.unimib.it

                 co-located with
         Unconventional Computation and Natural Computation 2013

             http://ucnc2013.disco.unimib.it
---------------------------------------------------------------------------

TUTORIAL SPEAKERS:  Gilles Brassard (Universite de Montreal) and
Grzegorz Rozenberg (Leiden Institute of Advanced Computer Science and 
University of Colorado at Boulder)

PLENARY TALKS:
Ulle Endriss (University of Amsterdam)
Lance Fortnow (Georgia Institute of Technology)
Anna Karlin (University of Washington)
Bernard Moret (Ecole Polytechnique Federale de Lausanne)
Mariya So&lt;/pre&gt;</description>
    <dc:creator>S B Cooper</dc:creator>
    <dc:date>2013-05-16T12:06:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.caml.inria/57469">
    <title>www.yquem.inria.fr: candidature spontanée</title>
    <link>http://comments.gmane.org/gmane.comp.lang.caml.inria/57469</link>
    <description>&lt;pre&gt;Si vous ne parvenez pas à lire ce message,  http://stats.wewm122.com/Msg.ashx?c=uxDmq2806DkrZE0Ab%2FDVQ5C9bKuI6tVd
Bonjour,


Je me présente ; Etienne.

J'ai vu votre site Internet et aimerait vous proposer mes services

Vous vous demandez quels sont mes compétences ?

Suivez-moi par ici pour les découvrir: http://stats.wewm122.com/Redirect.ashx?c=5Af4wETqzBNJodKJbUjKsmHgcDqgN0KgZVlxCRzM2tfzpxaXxtAe7ajjGs4YkeFXrMArKGT3Np5D8eygbNxUO45y1CLjlXMX8b7LMD3PigUQuqXgmNljhZbUGDsyhxe6cmyOyEBnjhh8UIGtefsN2SPdZUH7d5%2fuV6IuCNCeNG0ddp88Aeb4ww%3d%3d

A tout de suite,


* Cette vidéo est une astuce technique amusante que vous et VOUS SEUL pouvez voir sur le site www.total.fr grâce à ce mail


Production Audiovisuelle

Thierry MAILLARD
Directeur Commercial
06.12.98.41.16
www.productionaudiovisuelle.tv
Pour vous désinscrire,  http://stats.wewm122.com/unsubscribe.aspx?c=uxDmq2806DkrZE0Ab%2fDVQ9VpaQcK26Lv8Ix0V3ID8Pw%3d&amp;amp;t=69
&lt;/pre&gt;</description>
    <dc:creator>Production Audiovisuelle</dc:creator>
    <dc:date>2013-05-16T09:45:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.caml.inria/57468">
    <title>Reminder of your subscription to caml-list</title>
    <link>http://comments.gmane.org/gmane.comp.lang.caml.inria/57468</link>
    <description>&lt;pre&gt;Your are subscriber of list caml-list&amp;lt; at &amp;gt;inria.fr with  email gclci-caml-
list&amp;lt; at &amp;gt;gmane.org

Everything about this list: http://sympa.inria.fr/sympa/info/caml-list

Unsubscription:
mailto:sympa_inria&amp;lt; at &amp;gt;inria.fr?subject=sig%20caml-list%20gclci-caml-list%40gmane.org


&lt;/pre&gt;</description>
    <dc:creator>caml-list-request&lt; at &gt;inria.fr</dc:creator>
    <dc:date>2013-05-15T08:28:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.caml.inria/57465">
    <title>ANNOUNCE: ocaml-bitstring 2.0.4</title>
    <link>http://comments.gmane.org/gmane.comp.lang.caml.inria/57465</link>
    <description>&lt;pre&gt;
bitstring is a library for manipulating bitstrings, binary file
formats, protocols, etc from OCaml.

http://code.google.com/p/bitstring/

The list of changes is here:

http://code.google.com/p/bitstring/source/list

Rich.

&lt;/pre&gt;</description>
    <dc:creator>Richard W.M. Jones</dc:creator>
    <dc:date>2013-05-14T16:45:04</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.caml.inria/57463">
    <title>oasis help: support for qtest in oasis</title>
    <link>http://comments.gmane.org/gmane.comp.lang.caml.inria/57463</link>
    <description>&lt;pre&gt;Hello,

Is there some way to plug qtest into
an oasis-managed project?

My current problem is that qtest
generates the main.ml (for example) file to run the tests
and I don't want to add this file under VC
so oasis should allow me to run a command
to create this file before it is compiled.

In fact I am open to any feedback from someone
who already dealt with this kind of use-case.

Thanks,
F.

&lt;/pre&gt;</description>
    <dc:creator>Francois Berenger</dc:creator>
    <dc:date>2013-05-14T04:21:24</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.caml.inria/57460">
    <title>New OCaml-Paris meetup on May 21, 19h30, IRILL</title>
    <link>http://comments.gmane.org/gmane.comp.lang.caml.inria/57460</link>
    <description>&lt;pre&gt;Hi,

  We are happy to announce a new meetup of OCaml-Paris, next week, on May
21, at IRILL (Paris 13th). Everybody is welcome of course, as long as you
understand some French...

Here is the current schedule of the meeting (in French):

19h30-19h40 : Intro et nouvelles
19h40-20h05 : Esther Baruk : LexiFi: usage d'OCaml pour décrire des
contrats financiers
20h05-20h30 : Gabriel Scherer : comment mieux interagir avec l'équipe du
noyau d'OCaml
20h30-20h55 : Benoît Vaugon : que peut-on faire avec le bytecode d'OCaml ?
20h55-21h20 : Frédéric Bour : Merlin, un IDE OCaml pour VIM
(reporté)  Pierre Chambart : les GADT dans la pratique
21h20-21h30 : Discussions ouvertes/démos flash
21h30 : Pizzas

You should register online so that we can order enough pizzas for everybody
!
The Meetup site is here:  http://www.meetup.com/ocaml-paris/

If you want to use the event for some announcements, we can schedule flash
talks at the end of the meeting, just tell me !

--Fabrice

&lt;/pre&gt;</description>
    <dc:creator>Fabrice Le Fessant</dc:creator>
    <dc:date>2013-05-13T22:10:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.caml.inria/57459">
    <title>Call for Papers: Workshop on Functional Art, Music, Modeling, and Design (colocated with ICFP)</title>
    <link>http://comments.gmane.org/gmane.comp.lang.caml.inria/57459</link>
    <description>&lt;pre&gt;======================================================================
      FARM 2013: Call for Papers

  ACM SIGPLAN Workshop on Functional Art, Music, Modeling and Design
      Boston, Massachusetts, USA
      28th September, 2013 (directly after ICFP)

      http://www.cis.upenn.edu/~byorgey/farm13/
======================================================================

Scope
-----

The functional programming community is largely interested in writing
beautiful programs. This workshop is intended to gather researchers and
practitioners interested in writing beautiful programs that generate
beautiful artifacts. Such artifacts may include visual art, music, 3D
sculptures, animations, GUIs, video games, physical models,
architectural models, choreographies for dance, poetry, and even
physical objects such as VLSI layouts, GPU configurations, or mechanical
engineering designs. The framework used need not be purely functional
(“mostly functional” is fine); may be based on abstractions such as
higher&lt;/pre&gt;</description>
    <dc:creator>Brent Yorgey</dc:creator>
    <dc:date>2013-05-13T20:46:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.caml.inria/57455">
    <title>RFH: type / consistency problem</title>
    <link>http://comments.gmane.org/gmane.comp.lang.caml.inria/57455</link>
    <description>&lt;pre&gt;Hi,

I have two C types like this:

   struct Request {
     uint32_t cmd_type;
     uint32_t size;
     uint8_t  data[];
   };

   struct Reply {
     uint32_t reply_type;
     uint32_t cmd_type; // the cmd_type of the request this reply is for
     uint32_t size;
     uint8_t  data[];
   };

Note: The C types are given and they do not have a request ID or
anything that can be matched to a reply, only the cmd_type. 2 requests
with the same cmd_type must not happen concurrently.

Now in the ocaml bindings this becomes maybe:

   type request = Foo of string | Bar of int | Baz
   type cmd_type = Foo | Bar | Baz
   type msg = Error of string | Buzz of float | Burr
   type reply = { cmd_type : cmd_type; msg : msg; }

Or should I rather keep track of request on the C side, match replies
to requests and use requests in the reply type like this?

   type reply = { req : request; msg : msg; }

On top of that there is a connection between request and reply
contents. A Foo request can get an Error or Buzz while Bar/B&lt;/pre&gt;</description>
    <dc:creator>Goswin von Brederlow</dc:creator>
    <dc:date>2013-05-13T09:40:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.caml.inria/57451">
    <title>smarter #load directive</title>
    <link>http://comments.gmane.org/gmane.comp.lang.caml.inria/57451</link>
    <description>&lt;pre&gt;Hello,

Was this integrated in the subversion trunk?

I mean the
#load "toto.ml";;
that creates a Toto module automatically.

Thanks a lot,
F.

&lt;/pre&gt;</description>
    <dc:creator>Francois Berenger</dc:creator>
    <dc:date>2013-05-13T01:48:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.caml.inria/57450">
    <title>Call for talk proposals: HOPE'13 (Workshop on Higher-Order Programming with Effects, affiliated with ICFP'13)</title>
    <link>http://comments.gmane.org/gmane.comp.lang.caml.inria/57450</link>
    <description>&lt;pre&gt;----------------------------------------------------------------------

                    CALL FOR TALK PROPOSALS

                           HOPE 2013

                The 2nd ACM SIGPLAN Workshop on
              Higher-Order Programming with Effects

                       September 28, 2013
                      Boston, Massachusetts
                   (the day after ICFP 2013)

                  http://hope2013.mpi-sws.org

----------------------------------------------------------------------

HOPE 2013 aims at bringing together researchers interested in the design,
semantics, implementation, and verification of higher-order effectful
programs. It will be *informal*, consisting of invited talks, contributed
talks on work in progress, and open-ended discussion sessions.


---------------------
Goals of the Workshop
---------------------

A recurring theme in many papers at ICFP, and in the research of many
ICFP attendees, is the interaction of higher-order programming with
various kinds of effects: st&lt;/pre&gt;</description>
    <dc:creator>Hongseok Yang</dc:creator>
    <dc:date>2013-05-11T21:20:15</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.lang.caml.inria">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.lang.caml.inria</link>
  </textinput>
</rdf:RDF>
