Module Core_kernel__.Month_intf.Month.Export
type month
= t
=
| Jan |
| Feb |
| Mar |
| Apr |
| May |
| Jun |
| Jul |
| Aug |
| Sep |
| Oct |
| Nov |
| Dec |
- Deprecated [since 2016-06] no longer needed since ocaml is now better at inferring the module where a constructor is defined