Functor Tools.OptionB

module OptionB: 
functor (B : Base) -> sig .. end
Parameters:
B : Base

type t = B.t option 
val compare : t -> t -> int