Module CalendarLib.Period

type date_field = [
| `Year
| `Month
| `Week
| `Day
]
module type S = sig ... end

Common interface for all periods.