Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Function names in Haskell lib not first-class on web!
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
damodar kulkarni  
View profile  
 More options Aug 30 2012, 11:22 pm
From: damodar kulkarni <kdamodar2...@gmail.com>
Date: Fri, 31 Aug 2012 08:51:03 +0530
Local: Thurs, Aug 30 2012 11:21 pm
Subject: [Haskell-cafe] Function names in Haskell lib not first-class on web!

Hi Cafe,
It seems, the function names in Haskell libs are not first-class objects,
AT LEAST when it comes to searching for them of the net!
I was trying to search for the following Haskell functions in the mailing
list archives. Here is a summary of the responses I have had from various
servers upon searching various "valid and normally used" Haskell function
identifiers from well-known libraries.

Responses from the http://www.mail-archive.com
 >>=<http://www.mail-archive.com/search?l=haskell-cafe%40haskell.org&q=%3E...>,
It seems the script searched for the string "&*gt*; &*gt*;"
* -> *<http://www.mail-archive.com/search?l=haskell-cafe%40haskell.org&q=*+-...>There
are 0 results.
and so on...

Responses from the http://search.gmane.org

Here, too, it seems the script searched for the string "&*gt*; &*gt*;"
* -> *<http://search.gmane.org/?query=*+-%3E+*&author=&group=gmane.comp.lang...>
Here it seems the script searched for the string "&*gt*;"
and so on...

*Note: google badly fails to search these functions identifiers.*

My current solution to this problem is: download compressed text archives
and do a simple grep on it on my machine.

But the archives up to year 2000 only are found at
http://www.haskell.org/pipermail/haskell-cafe/.
So, as an aside: Where do I find the earlier messages for downloading?

Thanks,
Damodar

_______________________________________________
Haskell-Cafe mailing list
Haskell-C...@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kristopher Micinski  
View profile  
 More options Aug 30 2012, 11:26 pm
From: Kristopher Micinski <krismicin...@gmail.com>
Date: Thu, 30 Aug 2012 23:25:55 -0400
Local: Thurs, Aug 30 2012 11:25 pm
Subject: Re: [Haskell-cafe] Function names in Haskell lib not first-class on web!
On Thu, Aug 30, 2012 at 11:21 PM, damodar kulkarni

You know about Hoogle, right?

kris

_______________________________________________
Haskell-Cafe mailing list
Haskell-C...@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brandon Allbery  
View profile  
 More options Aug 31 2012, 10:37 am
From: Brandon Allbery <allber...@gmail.com>
Date: Fri, 31 Aug 2012 10:37:03 -0400
Local: Fri, Aug 31 2012 10:37 am
Subject: Re: [Haskell-cafe] Function names in Haskell lib not first-class on web!

On Thu, Aug 30, 2012 at 11:21 PM, damodar kulkarni
<kdamodar2...@gmail.com>wrote:

> Note: google badly fails to search these functions identifiers.

http://symbolhound.com/

--
brandon s allbery                                      allber...@gmail.com
wandering unix systems administrator (available)     (412) 475-9364 vm/sms

_______________________________________________
Haskell-Cafe mailing list
Haskell-C...@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
damodar kulkarni  
View profile  
 More options Aug 31 2012, 11:12 am
From: damodar kulkarni <kdamodar2...@gmail.com>
Date: Fri, 31 Aug 2012 20:41:51 +0530
Local: Fri, Aug 31 2012 11:11 am
Subject: Re: [Haskell-cafe] Function names in Haskell lib not first-class on web!

thanks for the symbolhound link.

@Kristopher:
I knew hoogle to some extent, not an expert user though.
and, it seems, the "hoogle plugin for firefox" works only for haskell.org

Damodar

On Fri, Aug 31, 2012 at 8:07 PM, Brandon Allbery <allber...@gmail.com>wrote:

_______________________________________________
Haskell-Cafe mailing list
Haskell-C...@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ivan Lazar Miljenovic  
View profile  
 More options Aug 31 2012, 6:45 pm
From: Ivan Lazar Miljenovic <ivan.miljeno...@gmail.com>
Date: Sat, 1 Sep 2012 08:44:27 +1000
Local: Fri, Aug 31 2012 6:44 pm
Subject: Re: [Haskell-cafe] Function names in Haskell lib not first-class on web!
On 1 September 2012 01:11, damodar kulkarni <kdamodar2...@gmail.com> wrote:

> I knew hoogle to some extent, not an expert user though.
> and, it seems, the "hoogle plugin for firefox" works only for haskell.org

Because Hoogle indexes the packages on Hackage.

Where else can it find it Haskell source code?  If I understand
correctly, Hoogle (and Hayoo) directly parse the Haskell source code
rather than being a search engine in the Google sense.

--
Ivan Lazar Miljenovic
Ivan.Miljeno...@gmail.com
http://IvanMiljenovic.wordpress.com

_______________________________________________
Haskell-Cafe mailing list
Haskell-C...@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »