0b37b27 Stop keeping a Path.t to refer to labels and constructors in the Typedtree AST. This is not used internally and it is not a robust way to identify these objects unambiguously anyway

Authored and Committed by Alain Frisch 11 years ago
    Stop keeping a Path.t to refer to labels and constructors in the Typedtree AST.  This is not used internally and it is not a robust way to identify these objects unambiguously anyway
    (especially when we will add more powerful disambiguation strategies).  The correct way to identify an item is through the pair (type,name), which can be deduced from the
    label_description/constructor_description stored in the Typedtree.
    
    
    
    git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13043 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
    
        
file modified
+0 -0
file modified
+0 -0
file modified
+0 -0
file modified
+17 -17
file modified
+10 -10
file modified
+1 -1
file modified
+6 -6
file modified
+3 -3
file modified
+9 -7
file modified
+44 -28
file modified
+4 -4
file modified
+66 -68
file modified
+4 -4
file modified
+12 -12
file modified
+37 -38
file modified
+1 -1
file modified
+11 -12
file modified
+6 -6
file modified
+6 -8
file modified
+12 -12
file modified
+2 -1
file modified
+2 -1
file modified
+9 -3
file modified
+2 -2