* [Caml-list] Fwd: Hoogle for your language (i.e. F#, Scala, ML, Clean...)
@ 2011-03-13 21:51 Daniel Bünzli
2011-03-20 17:10 ` Thomas Braibant
[not found] ` <1561462635.153400.1300641069887.JavaMail.root@zmbs4.inria.fr>
0 siblings, 2 replies; 6+ messages in thread
From: Daniel Bünzli @ 2011-03-13 21:51 UTC (permalink / raw)
To: caml-list
Just wanted to relay this call :
http://neilmitchell.blogspot.com/2011/03/hoogle-for-your-language-ie-f-scala-ml.html
to the members of this list.
Best,
Daniel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Caml-list] Fwd: Hoogle for your language (i.e. F#, Scala, ML, Clean...)
2011-03-13 21:51 [Caml-list] Fwd: Hoogle for your language (i.e. F#, Scala, ML, Clean...) Daniel Bünzli
@ 2011-03-20 17:10 ` Thomas Braibant
2011-04-01 9:25 ` [Caml-list] " Dawid Toton
[not found] ` <1561462635.153400.1300641069887.JavaMail.root@zmbs4.inria.fr>
1 sibling, 1 reply; 6+ messages in thread
From: Thomas Braibant @ 2011-03-20 17:10 UTC (permalink / raw)
To: Daniel Bünzli; +Cc: caml-list
Hi,
I just found out the following: http://search.ocaml.jp/ which might be
of interests to the member of this list. It seems to be similar to
Hoogle, but I wonder what are the relations between them.
With best regards,
Thomas
On Sun, Mar 13, 2011 at 10:51 PM, Daniel Bünzli
<daniel.buenzli@erratique.ch> wrote:
> Just wanted to relay this call :
>
> http://neilmitchell.blogspot.com/2011/03/hoogle-for-your-language-ie-f-scala-ml.html
>
> to the members of this list.
>
> Best,
>
> Daniel
>
> --
> Caml-list mailing list. Subscription management and archives:
> https://sympa-roc.inria.fr/wws/info/caml-list
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs
>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Caml-list] Re: Fwd: Hoogle for your language (i.e. F#, Scala, ML, Clean...)
2011-03-20 17:10 ` Thomas Braibant
@ 2011-04-01 9:25 ` Dawid Toton
2011-04-01 10:15 ` mzp
0 siblings, 1 reply; 6+ messages in thread
From: Dawid Toton @ 2011-04-01 9:25 UTC (permalink / raw)
To: caml-list
On 03/20/2011 06:10 PM, Thomas Braibant wrote:
> Hi,
>
> I just found out the following: http://search.ocaml.jp/ which might be
> of interests to the member of this list. It seems to be similar to
> Hoogle, but I wonder what are the relations between them.
But it seems not to work correclty: I ask for 'a -> 'a list
http://search.ocaml.jp/?q=%27a+-%3E+%27a+list
and it returns 'a list -> 'a list functions.
Dawid
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Caml-list] Re: Fwd: Hoogle for your language (i.e. F#, Scala, ML, Clean...)
2011-04-01 9:25 ` [Caml-list] " Dawid Toton
@ 2011-04-01 10:15 ` mzp
2011-04-07 0:59 ` Jun Furuse
0 siblings, 1 reply; 6+ messages in thread
From: mzp @ 2011-04-01 10:15 UTC (permalink / raw)
To: caml-list
[-- Attachment #1: Type: text/plain, Size: 389 bytes --]
> But it seems not to work correclty: I ask for 'a -> 'a list
>
> http://search.ocaml.jp/?q=%27a+-%3E+%27a+list
>
> and it returns 'a list -> 'a list functions.
I'm an author of OCaml API Search.
Thanks for using.
I borrowed searching module from OCamlBrowser http://caml.inria.fr/pub/docs/manual-ocaml/manual028.html
.
OCamlBrowser is older than hoogle, so there are some difference.
[-- Attachment #2: Type: text/html, Size: 790 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Caml-list] Re: Fwd: Hoogle for your language (i.e. F#, Scala, ML, Clean...)
2011-04-01 10:15 ` mzp
@ 2011-04-07 0:59 ` Jun Furuse
0 siblings, 0 replies; 6+ messages in thread
From: Jun Furuse @ 2011-04-07 0:59 UTC (permalink / raw)
To: mzp; +Cc: caml-list
I understand that OCamlBrowser and therefore OCaml API search does not
perform precise "more-general-than" type comparison for efficiency.
For example, as you have seen, 'a -> 'a list is considered as 'a -> 'b
list, as if two type variables are considered different.
Jun
On Fri, Apr 1, 2011 at 7:15 PM, mzp <mzpppp@gmail.com> wrote:
> But it seems not to work correclty: I ask for 'a -> 'a list
>
> http://search.ocaml.jp/?q=%27a+-%3E+%27a+list
>
> and it returns 'a list -> 'a list functions.
>
> I'm an author of OCaml API Search.
> Thanks for using.
> I borrowed searching module from
> OCamlBrowser http://caml.inria.fr/pub/docs/manual-ocaml/manual028.html.
> OCamlBrowser is older than hoogle, so there are some difference.
>
^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <1561462635.153400.1300641069887.JavaMail.root@zmbs4.inria.fr>]
* Re: [Caml-list] Fwd: Hoogle for your language (i.e. F#, Scala, ML, Clean...)
[not found] ` <1561462635.153400.1300641069887.JavaMail.root@zmbs4.inria.fr>
@ 2011-03-20 17:23 ` Fabrice Le Fessant
0 siblings, 0 replies; 6+ messages in thread
From: Fabrice Le Fessant @ 2011-03-20 17:23 UTC (permalink / raw)
To: caml-list
[-- Attachment #1: Type: text/plain, Size: 1127 bytes --]
And the page itself points to:
https://github.com/mzp/ocaml-hoogle
"OCaml API search allows you to search many standard O'Caml libraries by
either function name, or by approximate type signature. It is similar to
Hoogle, which is a Haskell API search engine."
All code is in OCaml.
--Fabrice
On 03/20/2011 06:11 PM, Thomas Braibant wrote:
> Hi,
>
> I just found out the following: http://search.ocaml.jp/ which might be
> of interests to the member of this list. It seems to be similar to
> Hoogle, but I wonder what are the relations between them.
>
> With best regards,
> Thomas
>
>
>
> On Sun, Mar 13, 2011 at 10:51 PM, Daniel Bünzli
> <daniel.buenzli@erratique.ch> wrote:
>> Just wanted to relay this call :
>>
>> http://neilmitchell.blogspot.com/2011/03/hoogle-for-your-language-ie-f-scala-ml.html
>>
>> to the members of this list.
>>
>> Best,
>>
>> Daniel
>>
>> --
>> Caml-list mailing list. Subscription management and archives:
>> https://sympa-roc.inria.fr/wws/info/caml-list
>> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
>> Bug reports: http://caml.inria.fr/bin/caml-bugs
>>
>>
>
>
[-- Attachment #2: fabrice_le_fessant.vcf --]
[-- Type: text/x-vcard, Size: 384 bytes --]
begin:vcard
fn:Fabrice LE FESSANT
n:LE FESSANT;Fabrice
org:INRIA Saclay -- Ile-de-France;Projet OCamlPro
adr;quoted-printable:;;Parc Orsay Universit=C3=A9 ;Orsay CEDEX;;91893;France
email;internet:fabrice.le_fessant@inria.fr
title;quoted-printable:Charg=C3=A9 de Recherche
tel;work:+33 1 74 85 42 14
tel;fax:+33 1 74 85 42 49
url:http://fabrice.lefessant.net/
version:2.1
end:vcard
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-04-07 1:00 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-13 21:51 [Caml-list] Fwd: Hoogle for your language (i.e. F#, Scala, ML, Clean...) Daniel Bünzli
2011-03-20 17:10 ` Thomas Braibant
2011-04-01 9:25 ` [Caml-list] " Dawid Toton
2011-04-01 10:15 ` mzp
2011-04-07 0:59 ` Jun Furuse
[not found] ` <1561462635.153400.1300641069887.JavaMail.root@zmbs4.inria.fr>
2011-03-20 17:23 ` [Caml-list] " Fabrice Le Fessant
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox