Module Month.Export

type month = t =
  1. | Jan
  2. | Feb
  3. | Mar
  4. | Apr
  5. | May
  6. | Jun
  7. | Jul
  8. | Aug
  9. | Sep
  10. | Oct
  11. | Nov
  12. | Dec
  • deprecated [since 2016-06] no longer needed since ocaml is now better at inferring the module where a constructor is defined