let get_struct_desc ~env id = 
  try 
    !(List.assoc id env.struct_table)
  with
    Not_found -> assert false