Skip to content

Commit

Permalink
Do nothing more simply for Unreachable type check
Browse files Browse the repository at this point in the history
  • Loading branch information
dschuff committed Nov 9, 2015
1 parent fe6c87b commit f0a0582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ml-proto/spec/check.ml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ let rec check_expr c et e =
check_expr c (Some t) e3

| Unreachable ->
check_type None None e.at
()

| Host (hostop, es) ->
let ({ins; out}, hasmem) = type_hostop hostop in
Expand Down

0 comments on commit f0a0582

Please sign in to comment.