Module Bool.Functor

type !'a t = bool -> 'a
val map : ('a -> 'b) -> 'a t -> 'b t