<?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.haskell.wikibook">
    <title>gmane.comp.lang.haskell.wikibook</title>
    <link>http://blog.gmane.org/gmane.comp.lang.haskell.wikibook</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.haskell.wikibook/80"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.wikibook/71"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.wikibook/60"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.wikibook/56"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.wikibook/49"/>
      </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.haskell.wikibook/80">
    <title>One less red link in Haskell Basics</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.wikibook/80</link>
    <description>&lt;pre&gt;Hello,

Since I am doing some moderately large scale changes to the Beginner's 
Track so that we can eventually dispense with that "in reorganization" 
warning on the main page, I guess it is a good idea to write regularly 
to the list so that anyone with an opinion can chime in.

Last week some nice progress (IMHO) was done with the first two parts of 
the Beginner's Trail; and by now I believe a newbie wouldn't find any 
serious breakage disrupting his progress through them. Beyond switching 
the main focus of "Next steps" to a first presentation of pattern 
matching, the other major change was an attempt at writing one of the 
two new pages that Apfelmus, back in 2010 envisioned for Haskell Basics; 
namely, "Building a vocabulary".

My realization of "Building a vocabulary" has the same goal Apfelmus 
originally outlined - making newbies aware of the existence and 
importance of Prelude and the hierarchical libraries. Unfortunately, it 
does so in a chatty rather than practical way. To counter that, we wi&lt;/pre&gt;</description>
    <dc:creator>Daniel Mlot</dc:creator>
    <dc:date>2012-04-10T02:41:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.wikibook/71">
    <title>Truth values and a couple other things</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.wikibook/71</link>
    <description>&lt;pre&gt;While trying to think about how I could tackle the section on numerical 
types in "Type basics" I found out that I couldn't reason properly about 
it without knowing to which extent types would be discussed in the 
previous sections. That led me to "jump the gun" and attempt writing the 
bulk of the section myself. Apfelmus, please forgive me if that bothers 
you in any way (for instance, if you had a draft of your own being 
prepared) - in any case, just as I took some liberties with your outline 
feel free to do the same and turn my text upside down if you feel the 
need to :)

I will use this message to register some issues that are roaming in my 
mind lest I forget to mention them:

* Since we are reorganizing and rewriting most of the first chapters 
anyway it could be a good opportunity to standardize the style of code 
blocks. One option would be just using &amp;lt;source&amp;gt; tags everywhere to get 
syntax highlighting (with recent changes to the Wikibooks CSS files 
&amp;lt;source&amp;gt; is also bundled with the standard g&lt;/pre&gt;</description>
    <dc:creator>Daniel Mlot</dc:creator>
    <dc:date>2010-05-29T08:09:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.wikibook/60">
    <title>"List of topics" meta-module</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.wikibook/60</link>
    <description>&lt;pre&gt;As a product of the discussions we (mainly me and Apfelmus) had over the 
last few threads I created a "List of topics" page in 
http://en.wikibooks.org/wiki/Haskell/List_of_topics . It is a simple 
presentation of the key topics covered by the book modules with 
occasional comments. The intention is to make picturing the structure of 
the book and brainstorming about large-scale reorganizations easier. As 
of now it covers only "Haskell Basics", "Elementary Haskell" and 
"Intermediate Haskell". If you find the list useful feel free to discuss 
book structure in its talk page, expand it to cover the advanced 
chapters or make test edits to visualize the effects of changes to the 
book organization.

Regards,

Daniel Mlot
&lt;/pre&gt;</description>
    <dc:creator>Daniel Mlot</dc:creator>
    <dc:date>2010-05-12T00:25:33</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.wikibook/56">
    <title>Splitting of "More on Datatypes"</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.wikibook/56</link>
    <description>&lt;pre&gt;Hi all,

One of the ideas I had while reading the book but didn't have the guts 
to pull off without asking for feedback was splitting the More on 
Datatypes module in Intermediate Haskell. As of now, it has a first part 
which describes an assortment of important datatype techniques 
(enumerations, records and a more formal presentation of parametrized 
types - using Maybe as example) and then moves on to a long discussion 
of binary trees and how to define maps and folds for arbitrary data 
structures. The coupling of these two parts is very loose (the only 
concept of the first part needed for the data structure discussions is 
parametrization) and probably does not justify them being glued together 
to make such a long (27k) module. Another related issue is that one 
important omission from the Beginner's Track is an explanation of 
newtype, and I guess More on Datatypes would be the right place to put 
it. That would make the module even longer, however, and would be 
another reason to make the split.

&lt;/pre&gt;</description>
    <dc:creator>Daniel Mlot</dc:creator>
    <dc:date>2010-05-09T19:05:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.wikibook/49">
    <title>Anyone around?</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.wikibook/49</link>
    <description>&lt;pre&gt;Hello everybody,

I joined this list after spending a good while learning Haskell basics with the Wikibook and at the same time trying to do some refactoring on the book itself. Consider this a test message: I am looking for other people interested in discussing ways to improve the contents, and I'm polling the reactions/activity of the subscribers of this list. I am particularly interested in the Beginner Modules - not only because it's the area I, as a newbie haskeller, feel more comfortable in contributing to right now, but also because it naturally would tend to be kind of overlooked by veterans willing to add interesting stuff in the advanced chapters (as far as I can be aware of, only one Wikibook regular has seen some of my contributions there so far, namely Apfelmus).

Waiting for your replies ;-)

Daniel Mlot

P.S.: Forgive me for any etiquette mistakes, it is the first time I'm using a conventional mailing list as opposed to a phpBB forum or something in that vein. 


      
&lt;/pre&gt;</description>
    <dc:creator>Daniel David</dc:creator>
    <dc:date>2010-05-06T21:50:06</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.lang.haskell.wikibook">
    <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.haskell.wikibook</link>
  </textinput>
</rdf:RDF>

