Send Beginners mailing list submissions to
        beginners@haskell.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://www.haskell.org/mailman/listinfo/beginners
or, via email, send a message with subject or body 'help' to
        beginners-requ...@haskell.org

You can reach the person managing the list at
        beginners-ow...@haskell.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."


Today's Topics:

   1.  Looking for a Man page for GHCI (patricklynch)
   2. Re:  Looking for a Man page for GHCI (aditya siram)
   3. Re:  haskell for FPGAS (Jo?o Paulo Pizani Flor)
   4. Re:  Looking for a Man page for GHCI (patricklynch)
   5. Re:  Looking for a Man page for GHCI (aditya siram)
   6. Re:  Looking for a Man page for GHCI (patricklynch)
   7.  Function result being inversed (Xavier Shay)
   8. Re:  Function result being inversed (Tobias Brandt)


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

Message: 1
Date: Tue, 25 Jan 2011 13:00:47 -0500
From: "patricklynch" <kmandpjly...@verizon.net>
Subject: [Haskell-beginners] Looking for a Man page for GHCI
To: <beginners@haskell.org>
Message-ID: <71af9c1257a345cf8181b73ba715d...@stsv.com>
Content-Type: text/plain; charset="us-ascii"

Is there a man page for the GHCI commands?
.specifically, I'm trying to find out about the 'module' command.
thanks
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://www.haskell.org/pipermail/beginners/attachments/20110125/8ce4fa18/attachment-0001.htm>

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

Message: 2
Date: Tue, 25 Jan 2011 12:18:00 -0600
From: aditya siram <aditya.si...@gmail.com>
Subject: Re: [Haskell-beginners] Looking for a Man page for GHCI
To: patricklynch <kmandpjly...@verizon.net>
Cc: beginners@haskell.org
Message-ID:
        <AANLkTi=vXE87jYgc14mMMkNGM53FKaPovGTAwG88tJ=q...@mail.gmail.com>
Content-Type: text/plain; charset=windows-1252

The online manual has a section on it [1]. You can also do a ":help"
at the GHCI prompt.
-deech

[1] 
http://www.haskell.org/ghc/docs/latest/html/users_guide/interactive-evaluation.html#id3045728

On Tue, Jan 25, 2011 at 12:00 PM, patricklynch <kmandpjly...@verizon.net> wrote:
> Is there a man page for the GHCI commands?
>
> ?specifically, I?m trying to find out about the ?module? command.
>
> thanks
>
>
>
> _______________________________________________
> Beginners mailing list
> Beginners@haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
>
>



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

Message: 3
Date: Tue, 25 Jan 2011 16:23:02 -0200
From: Jo?o Paulo Pizani Flor <joaopiz...@gmail.com>
Subject: Re: [Haskell-beginners] haskell for FPGAS
To: Bas van Gijzel <neneko...@gmail.com>
Cc: beginners@haskell.org
Message-ID:
        <AANLkTimyUY6mjGq2d-oPeE+d=n3ioj4hfxj-qe+os...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hey David, I think I might be working EXACTLY with what you mean :)

I'm using ForSyDe (a Haskell DSL for High-Level hardware design) now as part
of my undergraduate thesis. I already have some VERY simple designs tested
and synthesized, if you want to take a peak just contact me and I'll be glad
to chat with you and provide all the code and tips :)

Here's the (Hackage) site for ForSyDe:
http://hackage.haskell.org/package/ForSyDe


Good luck!

Jo?o Paulo Pizani Flor
joaopiz...@gmail.com
Computer Science - 2007/1
Federal University of Santa Catarina - Brazil



On Mon, Jan 17, 2011 at 6:25 PM, Bas van Gijzel <neneko...@gmail.com> wrote:

> Well at University of Twente (Netherlands) they work a lot with
> Haskell/Clash and FPGA's.
>
> You can look at two Master's theses written by students there:
> http://essay.utwente.nl/59482/
>  <http://essay.utwente.nl/59482/>http://essay.utwente.nl/59381/
>
> Bas
>
> On 17 January 2011 17:37, Tom Murphy <amin...@gmail.com> wrote:
>
>> Continuing the "Not exactly" trend, you could always ask this guy...
>> http://www.youtube.com/watch?v=-zEWS7P91d4
>> http://blog.sigfpe.com/2007/05/haskell-incarnate.html
>>
>> Tom
>>
>>
>>
>> On Sun, Jan 16, 2011 at 1:44 AM, David Blubaugh <
>> davidblubaugh2...@yahoo.com> wrote:
>>
>>>  To All,
>>>
>>>
>>> Has anyone developed HASKELL FOR FPGA development ??
>>>
>>> Thank You,
>>>
>>> Daid Blubaugh
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> Beginners mailing list
>>> Beginners@haskell.org
>>> http://www.haskell.org/mailman/listinfo/beginners
>>>
>>>
>>
>> _______________________________________________
>> Beginners mailing list
>> Beginners@haskell.org
>> http://www.haskell.org/mailman/listinfo/beginners
>>
>>
>
>
> --
> http://adoseoflogic.blogspot.com/
>
>
> _______________________________________________
> Beginners mailing list
> Beginners@haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://www.haskell.org/pipermail/beginners/attachments/20110125/2e53ddf5/attachment-0001.htm>

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

Message: 4
Date: Tue, 25 Jan 2011 14:36:06 -0500
From: "patricklynch" <kmandpjly...@verizon.net>
Subject: Re: [Haskell-beginners] Looking for a Man page for GHCI
To: "'aditya siram'" <aditya.si...@gmail.com>
Cc: beginners@haskell.org
Message-ID: <cfdd642f865e42e584db87623d96f...@stsv.com>
Content-Type: text/plain; charset=US-ASCII

Thanks...
...looks like :Help works the same as :? - that is, it lists all of the
commands...I'm looking for the info on only one specific command, namely,
:module.
...can you give me the URL to the 'online manual'.
Bye


-----Original Message-----
From: aditya siram [mailto:aditya.si...@gmail.com] 
Sent: Tuesday, January 25, 2011 1:18 PM
To: patricklynch
Cc: beginners@haskell.org
Subject: Re: [Haskell-beginners] Looking for a Man page for GHCI

The online manual has a section on it [1]. You can also do a ":help"
at the GHCI prompt.
-deech

[1]
http://www.haskell.org/ghc/docs/latest/html/users_guide/interactive-evaluati
on.html#id3045728

On Tue, Jan 25, 2011 at 12:00 PM, patricklynch <kmandpjly...@verizon.net>
wrote:
> Is there a man page for the GHCI commands?
>
> .specifically, I'm trying to find out about the 'module' command.
>
> thanks
>
>
>
> _______________________________________________
> Beginners mailing list
> Beginners@haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
>
>




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

Message: 5
Date: Tue, 25 Jan 2011 13:11:10 -0600
From: aditya siram <aditya.si...@gmail.com>
Subject: Re: [Haskell-beginners] Looking for a Man page for GHCI
To: patricklynch <kmandpjly...@verizon.net>
Cc: beginners@haskell.org
Message-ID:
        <AANLkTi=lcisvn3i993hdzvqzg6ph+ygcpfrxabpz3...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

I did give you a URL in my reply. Here it is :
http://www.haskell.org/ghc/docs/latest/html/users_guide/interactive-evaluation.html#id3045728
-deech

On Tue, Jan 25, 2011 at 1:36 PM, patricklynch <kmandpjly...@verizon.net> wrote:
> Thanks...
> ...looks like :Help works the same as :? - that is, it lists all of the
> commands...I'm looking for the info on only one specific command, namely,
> :module.
> ...can you give me the URL to the 'online manual'.
> Bye
>
>
> -----Original Message-----
> From: aditya siram [mailto:aditya.si...@gmail.com]
> Sent: Tuesday, January 25, 2011 1:18 PM
> To: patricklynch
> Cc: beginners@haskell.org
> Subject: Re: [Haskell-beginners] Looking for a Man page for GHCI
>
> The online manual has a section on it [1]. You can also do a ":help"
> at the GHCI prompt.
> -deech
>
> [1]
> http://www.haskell.org/ghc/docs/latest/html/users_guide/interactive-evaluati
> on.html#id3045728
>
> On Tue, Jan 25, 2011 at 12:00 PM, patricklynch <kmandpjly...@verizon.net>
> wrote:
>> Is there a man page for the GHCI commands?
>>
>> .specifically, I'm trying to find out about the 'module' command.
>>
>> thanks
>>
>>
>>
>> _______________________________________________
>> Beginners mailing list
>> Beginners@haskell.org
>> http://www.haskell.org/mailman/listinfo/beginners
>>
>>
>
>



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

Message: 6
Date: Tue, 25 Jan 2011 15:19:54 -0500
From: "patricklynch" <kmandpjly...@verizon.net>
Subject: Re: [Haskell-beginners] Looking for a Man page for GHCI
To: "'aditya siram'" <aditya.si...@gmail.com>
Cc: beginners@haskell.org
Message-ID: <8bcde0e1ba1145c4ad7431781d322...@stsv.com>
Content-Type: text/plain; charset=US-ASCII

My mistake, sorry...
I went to the link and found everything that I was looking for.
Thank you

-----Original Message-----
From: aditya siram [mailto:aditya.si...@gmail.com] 
Sent: Tuesday, January 25, 2011 1:18 PM
To: patricklynch
Cc: beginners@haskell.org
Subject: Re: [Haskell-beginners] Looking for a Man page for GHCI

The online manual has a section on it [1]. You can also do a ":help"
at the GHCI prompt.
-deech

[1]
http://www.haskell.org/ghc/docs/latest/html/users_guide/interactive-evaluati
on.html#id3045728

On Tue, Jan 25, 2011 at 12:00 PM, patricklynch <kmandpjly...@verizon.net>
wrote:
> Is there a man page for the GHCI commands?
>
> .specifically, I'm trying to find out about the 'module' command.
>
> thanks
>
>
>
> _______________________________________________
> Beginners mailing list
> Beginners@haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
>
>




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

Message: 7
Date: Wed, 26 Jan 2011 07:00:11 +1100
From: Xavier Shay <xavier-l...@rhnh.net>
Subject: [Haskell-beginners] Function result being inversed
To: beginners@haskell.org
Message-ID: <4d3f2bcb.8090...@rhnh.net>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hello,
I am confused by the following code.
I would expect results of True, False.

$ ghci
*Main> let f x = x 4
*Main> f(<) 3
False
*Main> f(<) 5
True

This came about because I was trying to refactor a sort function I wrote:

   mySort [] = []
   mySort (h:t) =
     (f (<= h)) ++ [h] ++ (f (> h))
     where f x = mySort (filter x t)

I came up with this, which appears to work, though the comparison 
operators are backwards.

   mySort [] = []
   mySort (h:t) =
     f(>) ++ [h] ++ f(<=)
     where f x = mySort (filter (x h) t)

Cheers,
Xavier



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

Message: 8
Date: Tue, 25 Jan 2011 21:05:43 +0100
From: Tobias Brandt <tob.bra...@googlemail.com>
Subject: Re: [Haskell-beginners] Function result being inversed
To: Xavier Shay <xavier-l...@rhnh.net>
Cc: beginners@haskell.org
Message-ID:
        <aanlktims5jos1egtkgbuesysbvw+ce2l-zxm7qjia...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

f (<) 3 == (<) 4 3 == 4 < 3 == False

On 25 January 2011 21:00, Xavier Shay <xavier-l...@rhnh.net> wrote:
> Hello,
> I am confused by the following code.
> I would expect results of True, False.
>
> $ ghci
> *Main> let f x = x 4
> *Main> f(<) 3
> False
> *Main> f(<) 5
> True
>
> This came about because I was trying to refactor a sort function I wrote:
>
> ?mySort [] = []
> ?mySort (h:t) =
> ? ?(f (<= h)) ++ [h] ++ (f (> h))
> ? ?where f x = mySort (filter x t)
>
> I came up with this, which appears to work, though the comparison operators
> are backwards.
>
> ?mySort [] = []
> ?mySort (h:t) =
> ? ?f(>) ++ [h] ++ f(<=)
> ? ?where f x = mySort (filter (x h) t)
>
> Cheers,
> Xavier
>
> _______________________________________________
> Beginners mailing list
> Beginners@haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
>



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

_______________________________________________
Beginners mailing list
Beginners@haskell.org
http://www.haskell.org/mailman/listinfo/beginners


End of Beginners Digest, Vol 31, Issue 31
*****************************************

Reply via email to