Sourcetype tz_offset = {sign : [ `Plus | `Minus ];hours : int;minutes : int;
} Sourcetype t = {name : string;email : string;date : int64 * tz_offset option;
} Sourceval is_not_lt : char -> bool Sourceval is_not_gt : char -> bool Sourceval is_digit : char -> bool Sourceval safe_exn : ('a -> 'b) -> 'a -> 'b Sourceval equal : 'a -> 'a -> bool Sourceval compare : 'a -> 'a -> int