Module type ListExtras.ComparableType


module type ComparableType = sig  end
Input signature of the functor ListExtras.Make.

type t 
The type of the list elements
val compare : t -> t -> int
Returns 0 if its arguments are equal, anything else if they're not equal.