<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: PLT Scheme 4.0 is out!</title>
	<atom:link href="http://jartur.l-square.net/2008/06/plt-scheme-40-is-out/feed/" rel="self" type="application/rss+xml" />
	<link>http://jartur.l-square.net/2008/06/plt-scheme-40-is-out/</link>
	<description>[Thought] -&#62; Maybe Blog</description>
	<pubDate>Thu, 20 Nov 2008 19:55:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: jartur</title>
		<link>http://jartur.l-square.net/2008/06/plt-scheme-40-is-out/#comment-39</link>
		<dc:creator>jartur</dc:creator>
		<pubDate>Wed, 18 Jun 2008 01:38:33 +0000</pubDate>
		<guid isPermaLink="false">http://jartur.l-square.net/?p=16#comment-39</guid>
		<description>Oh, I'll try that.
Thanks.</description>
		<content:encoded><![CDATA[<p>Oh, I&#8217;ll try that.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam TH</title>
		<link>http://jartur.l-square.net/2008/06/plt-scheme-40-is-out/#comment-38</link>
		<dc:creator>Sam TH</dc:creator>
		<pubDate>Tue, 17 Jun 2008 12:31:13 +0000</pubDate>
		<guid isPermaLink="false">http://jartur.l-square.net/?p=16#comment-38</guid>
		<description>Here's an example of how to deconstruct such a value:

`&lt;code&gt;(let* ([l (list 1 2 3 4)]&lt;br /&gt;
        [v (find 3 l)])&lt;br /&gt;
    (if (Just? v)&lt;br /&gt;
        (Just-v v)&lt;br /&gt;
        (error __abENT__apos;not-found)))&lt;/code&gt;`

Thanks for trying Typed Scheme!</description>
		<content:encoded><![CDATA[<p>Here&#8217;s an example of how to deconstruct such a value:</p>
<div class="backtick"><pre><code>(let* ([l (list 1 2 3 4)]
        [v (find 3 l)])
    (if (Just? v)
        (Just-v v)
        (error &#039;not-found)))</code></pre></div>
<p>Thanks for trying Typed Scheme!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
