let get_second lst = 
  let helper (x,y) = y in
    List.map helper lst