Source file time_t.ml

1
2
3
4
5
6
7
8
9
(* Auto-generated from "time.atd" *)
[@@@ocaml.warning "-27-32-33-35-39"]

type weekday = [ `Sun | `Mon | `Tue | `Wed | `Thu | `Fri | `Sat ]

type month = [
    `Jan | `Feb | `Mar | `Apr | `May | `Jun | `Jul | `Aug | `Sep | `Oct
  | `Nov | `Dec
]