Send Beginners mailing list submissions to
[email protected]
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
[email protected]
You can reach the person managing the list at
[email protected]
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" <[email protected]>
Subject: [Haskell-beginners] Looking for a Man page for GHCI
To: <[email protected]>
Message-ID: <[email protected]>
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 <[email protected]>
Subject: Re: [Haskell-beginners] Looking for a Man page for GHCI
To: patricklynch <[email protected]>
Cc: [email protected]
Message-ID:
<[email protected]>
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 <[email protected]> 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
> [email protected]
> http://www.haskell.org/mailman/listinfo/beginners
>
>
------------------------------
Message: 3
Date: Tue, 25 Jan 2011 16:23:02 -0200
From: Jo?o Paulo Pizani Flor <[email protected]>
Subject: Re: [Haskell-beginners] haskell for FPGAS
To: Bas van Gijzel <[email protected]>
Cc: [email protected]
Message-ID:
<[email protected]>
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
[email protected]
Computer Science - 2007/1
Federal University of Santa Catarina - Brazil
On Mon, Jan 17, 2011 at 6:25 PM, Bas van Gijzel <[email protected]> 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 <[email protected]> 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 <
>> [email protected]> wrote:
>>
>>> To All,
>>>
>>>
>>> Has anyone developed HASKELL FOR FPGA development ??
>>>
>>> Thank You,
>>>
>>> Daid Blubaugh
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> Beginners mailing list
>>> [email protected]
>>> http://www.haskell.org/mailman/listinfo/beginners
>>>
>>>
>>
>> _______________________________________________
>> Beginners mailing list
>> [email protected]
>> http://www.haskell.org/mailman/listinfo/beginners
>>
>>
>
>
> --
> http://adoseoflogic.blogspot.com/
>
>
> _______________________________________________
> Beginners mailing list
> [email protected]
> 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" <[email protected]>
Subject: Re: [Haskell-beginners] Looking for a Man page for GHCI
To: "'aditya siram'" <[email protected]>
Cc: [email protected]
Message-ID: <[email protected]>
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:[email protected]]
Sent: Tuesday, January 25, 2011 1:18 PM
To: patricklynch
Cc: [email protected]
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 <[email protected]>
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
> [email protected]
> http://www.haskell.org/mailman/listinfo/beginners
>
>
------------------------------
Message: 5
Date: Tue, 25 Jan 2011 13:11:10 -0600
From: aditya siram <[email protected]>
Subject: Re: [Haskell-beginners] Looking for a Man page for GHCI
To: patricklynch <[email protected]>
Cc: [email protected]
Message-ID:
<[email protected]>
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 <[email protected]> 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:[email protected]]
> Sent: Tuesday, January 25, 2011 1:18 PM
> To: patricklynch
> Cc: [email protected]
> 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 <[email protected]>
> 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
>> [email protected]
>> http://www.haskell.org/mailman/listinfo/beginners
>>
>>
>
>
------------------------------
Message: 6
Date: Tue, 25 Jan 2011 15:19:54 -0500
From: "patricklynch" <[email protected]>
Subject: Re: [Haskell-beginners] Looking for a Man page for GHCI
To: "'aditya siram'" <[email protected]>
Cc: [email protected]
Message-ID: <[email protected]>
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:[email protected]]
Sent: Tuesday, January 25, 2011 1:18 PM
To: patricklynch
Cc: [email protected]
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 <[email protected]>
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
> [email protected]
> http://www.haskell.org/mailman/listinfo/beginners
>
>
------------------------------
Message: 7
Date: Wed, 26 Jan 2011 07:00:11 +1100
From: Xavier Shay <[email protected]>
Subject: [Haskell-beginners] Function result being inversed
To: [email protected]
Message-ID: <[email protected]>
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 <[email protected]>
Subject: Re: [Haskell-beginners] Function result being inversed
To: Xavier Shay <[email protected]>
Cc: [email protected]
Message-ID:
<[email protected]>
Content-Type: text/plain; charset=ISO-8859-1
f (<) 3 == (<) 4 3 == 4 < 3 == False
On 25 January 2011 21:00, Xavier Shay <[email protected]> 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
> [email protected]
> http://www.haskell.org/mailman/listinfo/beginners
>
------------------------------
_______________________________________________
Beginners mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/beginners
End of Beginners Digest, Vol 31, Issue 31
*****************************************