Hashtbl.Make (
    struct
      type t = var
          
      let equal = equal
      let hash = hash_of_var
    end
  )