Merge branch 'cache-dumper'
[khatus.git] / src / ocaml / lib / khatus_time.mli
CommitLineData
c6a7396e
SK
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.019177 seconds and 4 git commands to generate.