All Projects → Drup → dowsing

Drup / dowsing

Licence: ISC license
᚛ A type of divination employed in attempts to locate identifiers matching a given type expression

Programming Languages

ocaml
1615 projects
perl
6916 projects

᚛ Dowsing

Dowsing is a type of divination employed in attempts to locate functions by giving a type.

$ search "'a list * 'a -> bool"
...
List.mem : 'a -> 'a list -> bool
...

$ search "'a list -> ('a * 'b -> 'b) -> 'b -> 'b"
...
List.fold_left :
  ('a -> 'b -> 'a) -> 'a -> 'b list -> 'a
List.fold_right :
  ('a -> 'b -> 'b) -> 'a list -> 'b -> 'b
...

Resources

Install and Use

opam pin [email protected]:Drup/dowsing.git
dowsing help
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].