Teach bind to actually bind typarams, as it claims to.

This commit is contained in:
Graydon Hoare 2010-10-10 00:14:26 -07:00
parent 9fc963842d
commit caaf8679d8
5 changed files with 112 additions and 61 deletions

View file

@ -63,8 +63,8 @@ let fn_field_code = binding_field_dispatch;;
let fn_field_box = binding_field_bound_data;;
let closure_body_elt_bound_args_tydesc = 0;;
let closure_body_elt_target_tydesc = 1;;
let closure_body_elt_target = 2;;
let closure_body_elt_target = 1;;
let closure_body_elt_bound_ty_params = 2;;
let closure_body_elt_bound_args = 3;;
let tag_elt_discriminant = 0;;