Module Bitpath_prereq.Option

module Option: sig .. end

type 'a t = 'a option 
val default : 'a -> 'a option -> 'a