Drup / dowsing

᚛ A type of divination employed in attempts to locate identifiers matching a given type expression
ISC License
35 stars 4 forks source link

The Stdlib packed module isn't shown #14

Closed kit-ty-kate closed 3 months ago

kit-ty-kate commented 2 years ago
$ dowsindex search "string -> string -> string" | grep "^Stdlib"
Stdlib__String.cat : string -> string -> string
Stdlib__Pervasives.(^) : string -> string -> string
Stdlib__Filename.concat : string -> string -> string
Stdlib__StringLabels.cat : string -> string -> string
Stdlib__Filename.chop_suffix : string -> string -> string
Stdlib__Pervasives.max : 'a -> 'a -> 'a
Stdlib__Pervasives.min : 'a -> 'a -> 'a
Stdlib__Fun.const : 'a -> 'b -> 'a
Stdlib__Pervasives.fst : 'a * 'b -> 'a
Stdlib__Pervasives.snd : 'a * 'b -> 'b
Stdlib__Obj.magic : 'a -> 'b
Stdlib__Pervasives.failwith : string -> 'a
Stdlib__Pervasives.invalid_arg : string -> 'a

I would have expected to see every functions duplicated with their corresponding Stdlib.<Module> instead of just Stdlib__<Module> (see https://github.com/Drup/dowsing/issues/13)

Drup commented 3 months ago

Fixed now that we use odoc!