package calendar

  1. Overview
  2. Docs
type date_field = [
  1. | `Day
  2. | `Month
  3. | `Week
  4. | `Year
]
module type S = sig ... end