Functor Tuple.Hashable_t

module Hashable_t: 
functor (S1 : Hashable_sexpable) ->
functor (S2 : Hashable_sexpable) -> Hashable_sexpable with type t = Make (S1) (S2).t
Parameters:
S1 : Hashable_sexpable
S2 : Hashable_sexpable

type t 
include Hashable.S
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t