Skip to content

Commit 3f3f92b

Browse files
committed
---
yaml --- r: 678 b: refs/heads/master c: 1676a38 h: refs/heads/master v: v3
1 parent 6c63a6a commit 3f3f92b

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: 09793dd0c85be635666c308719cf83f377a7ac6e
2+
refs/heads/master: 1676a389be5ea1c11702b1f01222fb4175fb0513

trunk/src/boot/me/type.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ let check_stmt (cx:Semant.ctxt) : (fn_ctx -> Ast.stmt -> unit) =
182182
None, _ -> ()
183183
| Some a, Ast.TY_param (idx, effect) ->
184184
param_handler a idx effect
185-
| Some a, _ -> demand a b
185+
| Some a, _ -> demand b a
186186
in
187187
Common.arr_iter2 maybe_demand arg_tys in_slot_tys;
188188
get_slot_ty (ty_sig.Ast.sig_output_slot)

0 commit comments

Comments
 (0)