home
/
code
/
khatus.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
b6b5441ff529846a0c2efb698c5bc5e59fde370a
[khatus.git]
/
x3
/
src
/
lib
/
khatus_time.mli
1
module Span : sig
2
type t
3
4
val of_string : string -> t
5
6
val is_gt_or_eq : t -> t -> bool
7
end
8
9
type t
10
11
val init : t
12
13
val diff : t -> t -> Span.t
14
15
val to_string : t -> string
16
17
val of_string : string -> t
18
(** Raises if string is not a number. *)
This page took
0.064491 seconds
and
4
git commands to generate.