sig
  type _ t
  val map : ('-> 'b) -> 'a t -> 'b t
  val pure : '-> 'a t
  val ap : ('-> 'b) t -> (unit -> 'a t) -> 'b t
end