home
/
code
/
khatus.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Leave TODO to define a max after which to stop reading
[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.062758 seconds
and
4
git commands to generate.