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 05871be commit 5c177aaCopy full SHA for 5c177aa
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: ae515c017c0aadb2a4c691804f1bc3b8b343dd67
+refs/heads/master: b0f77088fa9d4afe98254f9c36e4bf707eef2c01
trunk/src/boot/me/type.ml
@@ -55,6 +55,7 @@ let check_stmt (cx:Semant.ctxt) : (fn_ctx -> Ast.stmt -> unit) =
55
let rec unbox ty acc =
56
match ty with
57
Ast.TY_box ty' -> unbox ty' (acc + 1)
58
+ | Ast.TY_mutable ty' | Ast.TY_constrained (ty', _) -> unbox ty' acc
59
| _ -> (ty, acc)
60
in
61
unbox ty 0
0 commit comments