Skip to content

Commit 659d1e1

Browse files
committed
Actually build the graph properly. Oops.
1 parent 3210308 commit 659d1e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/boot/me/type.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@ let populate_tag_graph_node (cx:Semant.ctxt) (id:Common.opaque_id) (n:int) =
10001000
function
10011001
Ast.TY_tag { Ast.tag_id = id'; Ast.tag_args = tys } ->
10021002
let tag_graph_node =
1003-
Hashtbl.find cx.Semant.ctxt_tag_containment id'
1003+
Hashtbl.find cx.Semant.ctxt_tag_containment id
10041004
in
10051005
Queue.add id' tag_graph_node.Semant.tgn_children;
10061006
Array.iter add_ty tys

0 commit comments

Comments
 (0)