We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8cf060 commit 53f7ad4Copy full SHA for 53f7ad4
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 32103089d31ca34699e505cd4901f2194ab3b397
+refs/heads/master: 659d1e1b7d4a3c4bd5a4df811ff6de095e4b1884
trunk/src/boot/me/type.ml
@@ -1000,7 +1000,7 @@ let populate_tag_graph_node (cx:Semant.ctxt) (id:Common.opaque_id) (n:int) =
1000
function
1001
Ast.TY_tag { Ast.tag_id = id'; Ast.tag_args = tys } ->
1002
let tag_graph_node =
1003
- Hashtbl.find cx.Semant.ctxt_tag_containment id'
+ Hashtbl.find cx.Semant.ctxt_tag_containment id
1004
in
1005
Queue.add id' tag_graph_node.Semant.tgn_children;
1006
Array.iter add_ty tys
0 commit comments