Browse thread
Hoogle for Ocaml
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2009-12-04 (14:12) |
From: | forum@x9c.fr <forum@x...> |
Subject: | Re: [Caml-list] Hoogle for Ocaml |
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