Functor Tuple.Comparable

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

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