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 6c63a6a commit 3f3f92bCopy full SHA for 3f3f92b
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 09793dd0c85be635666c308719cf83f377a7ac6e
+refs/heads/master: 1676a389be5ea1c11702b1f01222fb4175fb0513
trunk/src/boot/me/type.ml
@@ -182,7 +182,7 @@ let check_stmt (cx:Semant.ctxt) : (fn_ctx -> Ast.stmt -> unit) =
182
None, _ -> ()
183
| Some a, Ast.TY_param (idx, effect) ->
184
param_handler a idx effect
185
- | Some a, _ -> demand a b
+ | Some a, _ -> demand b a
186
in
187
Common.arr_iter2 maybe_demand arg_tys in_slot_tys;
188
get_slot_ty (ty_sig.Ast.sig_output_slot)
0 commit comments