Shift X2 status from legacy to archived
[khatus.git] / khatus_time.mli
... / ...
CommitLineData
1module Span : sig
2 type t
3
4 val of_string : string -> t
5
6 val is_gt_or_eq : t -> t -> bool
7end
8
9type t
10
11val init : t
12
13val diff : t -> t -> Span.t
14
15val to_string : t -> string
16
17val of_string : string -> t
This page took 0.027997 seconds and 5 git commands to generate.