type_check type l'expression e par la fonction type_expr
avec l'environnement de typage initial et affiche le type calculé de e.
# lettype_checke=
lett=
typing_handlertype_exprinitial_typing_envein
letqt=
snd(List.hd(generalize_typesinitial_typing_env["it",t]))in
print_string"it : ";print_quantified_typeqt;print_newline();;
val type_check : ml_expr -> unit = <fun>