home
/
code
/
khatus.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
c0977586b49d730530a1adde826d07c5df3391d8
[khatus.git]
/
x3
/
src
/
lib
/
khatus_state.mli
1
type t =
2
{ node : string
3
; modul : string
4
; time : Khatus_time.t
5
; cache : Khatus_cache.t
6
}
7
8
val init : node:string -> modul:string -> t
9
10
val update : t -> msg:Khatus_msg.t -> t
This page took
0.069933 seconds
and
4
git commands to generate.