<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://devmusings.legiasoft.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://devmusings.legiasoft.com/feed.php">
        <title>/dev/musings blog</title>
        <description></description>
        <link>http://devmusings.legiasoft.com/</link>
        <image rdf:resource="http://devmusings.legiasoft.com/lib/tpl/custom/images/favicon.ico" />
       <dc:date>2012-05-21T05:54:01+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://devmusings.legiasoft.com/blog/2012/02/01-polymorphism"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://devmusings.legiasoft.com/lib/tpl/custom/images/favicon.ico">
        <title>/dev/musings</title>
        <link>http://devmusings.legiasoft.com/</link>
        <url>http://devmusings.legiasoft.com/lib/tpl/custom/images/favicon.ico</url>
    </image>
    <item rdf:about="http://devmusings.legiasoft.com/blog/2012/02/01-polymorphism">
        <dc:format>text/html</dc:format>
        <dc:date>2012-02-01T13:43:18+02:00</dc:date>
        <dc:creator>csoldani</dc:creator>
        <title>Photon Compiler Development: Polymorphism - created</title>
        <link>http://devmusings.legiasoft.com/blog/2012/02/01-polymorphism</link>
        <description>Compiler,
	LLVM,
	OCaml,
	Photon

This is the 17th article of a series (table of contents) about compiler development with LLVM using OCaml. We intend to develop a compiler for a subset of OCaml large enough to allow our compiler to compile itself.

In this article, we implement polymorphism, both for the type inference process and for the compilation itself.</description>
    </item>
</rdf:RDF>

