let conv_lab =
              let t = Hashtbl.create 73
              in
                (List.iter (fun (s, s') -> Hashtbl.add t s s')
                   [ ("val""contents") ];
                 fun s -> try Hashtbl.find t s with | Not_found -> s)