Hashtbl.Make (
    struct
      type t = symbol
          
      let equal = equal
      let hash = id                
    end
  )