Improve overview and experiment naming
[khatus.git] / x3 / src / 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
6f35286a 18(** Raises if string is not a number. *)
This page took 0.018391 seconds and 4 git commands to generate.