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 858a293 commit a0a3312Copy full SHA for a0a3312
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: f13306e8d646ff799b59c271164d8fabda8c4b24
+refs/heads/master: 7e733bf2ee0c23be5a49fd81a419d3e69c38be27
trunk/src/boot/me/type.ml
@@ -1012,7 +1012,7 @@ let populate_tag_graph_node (cx:Semant.ctxt) (id:Common.opaque_id) (n:int) =
1012
| Ast.TY_rec ty_rec ->
1013
Array.iter (fun (_, ty) -> add_ty ty) ty_rec
1014
| Ast.TY_fn ty_fn -> add_ty_fn ty_fn
1015
- | Ast.TY_vec ty | Ast.TY_chan ty | Ast.TY_port ty | Ast.TY_mutable ty
+ | Ast.TY_chan ty | Ast.TY_port ty | Ast.TY_mutable ty
1016
| Ast.TY_constrained (ty, _) -> add_ty ty
1017
| Ast.TY_obj (_, ty_fns) ->
1018
Hashtbl.iter (fun _ ty_fn -> add_ty_fn ty_fn) ty_fns
0 commit comments