<?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.hugs.user">
    <title>gmane.comp.lang.haskell.hugs.user</title>
    <link>http://blog.gmane.org/gmane.comp.lang.haskell.hugs.user</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.hugs.user/680"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.hugs.user/679"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.hugs.user/677"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.hugs.user/675"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.hugs.user/673"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.hugs.user/672"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.hugs.user/667"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.hugs.user/664"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.hugs.user/662"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.hugs.user/659"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.hugs.user/658"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.hugs.user/656"/>
      </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.hugs.user/680">
    <title>(no subject)</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.hugs.user/680</link>
    <description>&lt;pre&gt;http://www.andrejschwarcz.com/wp-content/themes/andrej6/images/names.php
&lt;/pre&gt;</description>
    <dc:creator>Benjamin L. Russell</dc:creator>
    <dc:date>2011-11-16T05:02:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.hugs.user/679">
    <title>[ann] hugs on JVM</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.hugs.user/679</link>
    <description>&lt;pre&gt;Just a small announcement about a nice toy that I've put online.
Hugs 98 compiled to a Java class: http://code.google.com/p/jhugs/

Next step will be to run it on a Android based phone.

Another nice thing thing would be to create a JSR 223 ScriptEngine.
This would allow to script Java existing business classes with Haskell.

Szymon
_______________________________________________
Hugs-Users mailing list
Hugs-Users&amp;lt; at &amp;gt;haskell.org
http://www.haskell.org/mailman/listinfo/hugs-users
&lt;/pre&gt;</description>
    <dc:creator>Szymon Jachim</dc:creator>
    <dc:date>2011-04-03T20:07:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.hugs.user/677">
    <title>the standard function enumFrom</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.hugs.user/677</link>
    <description>&lt;pre&gt;Hi,
Given the following enumerated type (as an example)

data P = A | B | C | D | E 
         deriving (Show,Enum)

and the Prelude definition: 
     enumFrom x  = map toEnum [ fromEnum x ..]

I guess that  the two expressions 
1) (map toEnum [ fromEnum A ..]) :: [P]
2)  enumFrom A 
should produces the same result, say 
[A,B,C,D,E] :: [P] 

However, the expression 1)  produces an error as a consequence of trying to
apply toEnum to the number 5.
¿Why the expression 2) doesn't not produce the same error?
¿Does Hugs not apply the definition in the Prelude for evaluating the
expression 2)?
There should be something that I'm missing in this computation. 
Some hints?

Thanks in advance,
Paqui

--------------------------------- 
Paqui Lucio                                
Dpto de LSI                    
Facultad de Informática
Paseo Manuel de Lardizabal, 1
20080-San Sebastián
SPAIN
---------------------------------
e-mail: paqui.lucio&amp;lt; at &amp;gt;ehu.es
Tfn: (+34) (9)43 015049  
Fax: (+34) (9)43 015590
Web: http://www.&lt;/pre&gt;</description>
    <dc:creator>Paqui Lucio</dc:creator>
    <dc:date>2010-10-25T15:12:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.hugs.user/675">
    <title>RV: Hugs in Windows Seven</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.hugs.user/675</link>
    <description>&lt;pre&gt;_______________________________________________
Hugs-Users mailing list
Hugs-Users&amp;lt; at &amp;gt;haskell.org
http://www.haskell.org/mailman/listinfo/hugs-users
&lt;/pre&gt;</description>
    <dc:creator>Paqui Lucio</dc:creator>
    <dc:date>2010-10-06T15:27:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.hugs.user/673">
    <title>unicode support</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.hugs.user/673</link>
    <description>&lt;pre&gt;_______________________________________________
Hugs-Users mailing list
Hugs-Users&amp;lt; at &amp;gt;haskell.org
http://www.haskell.org/mailman/listinfo/hugs-users
&lt;/pre&gt;</description>
    <dc:creator>Rustom Mody</dc:creator>
    <dc:date>2010-07-27T19:48:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.hugs.user/672">
    <title>Anyone have hugs version of gofer modular-interpretercode?</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.hugs.user/672</link>
    <description>&lt;pre&gt;Page 2 of:

http://www.cs.yale.edu/~liang-sheng/popl95.ps.gz

says the source code is at:

   nebula.cs.yale.edu/pub/yale-fp/modular-interpreter

However, that's no longer present.

Since Hugs is the successor to gofer, I was wondering
if anyone could tell me how to get a copy of the
corresponding hugs code.

TIA.

-Larry
&lt;/pre&gt;</description>
    <dc:creator>Larry Evans</dc:creator>
    <dc:date>2010-06-30T14:46:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.hugs.user/667">
    <title>stack overflow in tail recursive function</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.hugs.user/667</link>
    <description>&lt;pre&gt;Hi all,

I have this tail recursive factorial function:

factorial :: Integer -&amp;gt; Integer
factorial 0 = 1
factorial n = fat' n 1 where
    fat' 1 fat = fat
    fat' n fat = fat' (n-1) (n*fat)

Whenever I run it with a number of 20000 or more I get a stack
overflow error. It doesn't seem a problem with the large resulting
number because, if so, the message should be something like "Garbage
collection fails to reclaim sufficient space". Other functions seem to
able to handle a larger number of recursive calls.

So, what is the problem with this particular function?

&lt;/pre&gt;</description>
    <dc:creator>Bruno Schneider</dc:creator>
    <dc:date>2010-03-23T12:01:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.hugs.user/664">
    <title>Scoping inconsistency in ghci</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.hugs.user/664</link>
    <description>&lt;pre&gt;Running ghci without any option or scripts to load, I've experienced
some inconsistencies prelude List.\\ and List.(\\) .  The former is in
scope, but the latter is not.  This seem strange.  My expectation is
that neither of them should be in scope unless we load the List module
with with the :m command.

I'm using Debian distribution of GHC 6.10.4, and here is an example run
of ghci to show this issue.

kyagrd&amp;lt; at &amp;gt;kyagrd:~/tmp$ ghci
GHCi, version 6.10.4: http://www.haskell.org/ghc/  :? for help
Loading package ghc-prim ... linking ... done.
Loading package integer ... linking ... done.
Loading package base ... linking ... done.
Prelude&amp;gt; [1,2,3,4] List.\\ [1,3]
[2,4]
Prelude&amp;gt; List.(\\) [1,2,3,4] [1,3]

&amp;lt;interactive&amp;gt;:1:0: Not in scope: data constructor `List'

&amp;lt;interactive&amp;gt;:1:5: Not in scope: `\\'
Prelude&amp;gt; :q
Leaving GHCi.
kyagrd&amp;lt; at &amp;gt;kyagrd:~/tmp$ ghc --version
The Glorious Glasgow Haskell Compilation System, version 6.10.4
kyagrd&amp;lt; at &amp;gt;kyagrd:~/tmp$ uname -a
Linux kyagrd 2.6.30-2-686 #1 SMP Sat Sep 26 01:16:22 UTC 2009 i6&lt;/pre&gt;</description>
    <dc:creator>Ahn, Ki Yung</dc:creator>
    <dc:date>2009-11-24T03:37:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.hugs.user/662">
    <title>the built-in function enumFrom</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.hugs.user/662</link>
    <description>&lt;pre&gt;_______________________________________________
Hugs-Users mailing list
Hugs-Users&amp;lt; at &amp;gt;haskell.org
http://www.haskell.org/mailman/listinfo/hugs-users
&lt;/pre&gt;</description>
    <dc:creator>Paqui Lucio</dc:creator>
    <dc:date>2009-10-29T10:06:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.hugs.user/659">
    <title>Haskell Problem</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.hugs.user/659</link>
    <description>&lt;pre&gt;_______________________________________________
Hugs-Users mailing list
Hugs-Users&amp;lt; at &amp;gt;haskell.org
http://www.haskell.org/mailman/listinfo/hugs-users
&lt;/pre&gt;</description>
    <dc:creator>hitesh bindal</dc:creator>
    <dc:date>2009-10-11T19:26:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.hugs.user/658">
    <title>Query</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.hugs.user/658</link>
    <description>&lt;pre&gt;_______________________________________________
Hugs-Users mailing list
Hugs-Users&amp;lt; at &amp;gt;haskell.org
http://www.haskell.org/mailman/listinfo/hugs-users
&lt;/pre&gt;</description>
    <dc:creator>Ankit Bansal</dc:creator>
    <dc:date>2009-10-11T11:14:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.hugs.user/656">
    <title>Opening text editor</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.hugs.user/656</link>
    <description>&lt;pre&gt;_______________________________________________
Hugs-Users mailing list
Hugs-Users&amp;lt; at &amp;gt;haskell.org
http://www.haskell.org/mailman/listinfo/hugs-users
&lt;/pre&gt;</description>
    <dc:creator>John Vitale</dc:creator>
    <dc:date>2009-09-26T23:16:12</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.lang.haskell.hugs.user">
    <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.hugs.user</link>
  </textinput>
</rdf:RDF>

