package caqti

  1. Overview
  2. Docs
type 'a t = 'a option
val fold : ('a -> 'b -> 'b) -> 'a option -> 'b -> 'b