Module Functor_test.Maybe

module Maybe: sig .. end

type 'a t = 'a option 
val fmap : ('a -> 'b) -> 'a option -> 'b option