Skip to content

Commit a0a3312

Browse files
committed
---
yaml --- r: 729 b: refs/heads/master c: 7e733bf h: refs/heads/master i: 727: 14a9ef3 v: v3
1 parent 858a293 commit a0a3312

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: f13306e8d646ff799b59c271164d8fabda8c4b24
2+
refs/heads/master: 7e733bf2ee0c23be5a49fd81a419d3e69c38be27

trunk/src/boot/me/type.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ let populate_tag_graph_node (cx:Semant.ctxt) (id:Common.opaque_id) (n:int) =
10121012
| Ast.TY_rec ty_rec ->
10131013
Array.iter (fun (_, ty) -> add_ty ty) ty_rec
10141014
| 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
1015+
| Ast.TY_chan ty | Ast.TY_port ty | Ast.TY_mutable ty
10161016
| Ast.TY_constrained (ty, _) -> add_ty ty
10171017
| Ast.TY_obj (_, ty_fns) ->
10181018
Hashtbl.iter (fun _ ty_fn -> add_ty_fn ty_fn) ty_fns

0 commit comments

Comments
 (0)