camlspotter / ocamloscope.2

OCamlOScope 2 : OCaml API search
42 stars 1 forks source link

Simple value copies such as `let x = y` should be considered aliases #9

Closed camlspotter closed 7 years ago

camlspotter commented 7 years ago

Battries has lots of them like let bind = Monad.bind which currently makes two unassociated binds in the search results. We must really make them grouped.

camlspotter commented 7 years ago

Implemented:

commit e61a666b495a7cd96f82d3a2bf09dba49895bad0
Author: Jun Furuse <Jun.Furuse@gmail.com>
Date:   Sat Nov 5 04:23:25 2016 +0000

    alias for let x = P.y