Le 3 déc. 2009 à 17:08, Matthias Görgens a écrit :

> Hi,
> 
> Is there an equivalent to Haskell's Hoogle for Ocaml?

There was a tool along those lines for CamlLight (but it seems to be broken):
        http://www.dicosmo.org/TESTS/ENGLISH/CamlSearchCGI.english.html

You should also notice that the search box of OCamlBrowser accepts queries
like "int -> float", returning :
 - Pervasives.float : int -> float
 - Pervasives.float_of_int : int -> float
 - Pervasives.ldexp : float -> int -> float


Hope this helps,

Xavier Clerc

_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

Reply via email to