Skip to content

Commit 53f7ad4

Browse files
committed
---
yaml --- r: 685 b: refs/heads/master c: 659d1e1 h: refs/heads/master i: 683: 815222d v: v3
1 parent e8cf060 commit 53f7ad4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 32103089d31ca34699e505cd4901f2194ab3b397
2+
refs/heads/master: 659d1e1b7d4a3c4bd5a4df811ff6de095e4b1884

trunk/src/boot/me/type.ml

Lines changed: 1 addition & 1 deletion
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)