Skip to content

Commit

Permalink
Type check everything after an assignment. (Oops!)
Browse files Browse the repository at this point in the history
  • Loading branch information
xlq committed Sep 1, 2012
1 parent 9ef7843 commit 27deff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion type_checking.ml
Expand Up @@ -339,7 +339,7 @@ let rec type_check
loop (arg::bound_arguments) (i-1)
in loop [] (Array.length parameters)
end;
Unit_type
type_check state context tail
end
| Static_assert_term(loc, expr, tail) ->
let expr, expr_t =
Expand Down

0 comments on commit 27deff6

Please sign in to comment.