Improve overview and experiment naming
[khatus.git] / x3 / src / lib / khatus_state.mli
CommitLineData
6f35286a
SK
1type t =
2 { node : string
3 ; modul : string
4 ; time : Khatus_time.t
5 ; cache : Khatus_cache.t
6 }
7
8val init : node:string -> modul:string -> t
9
10val update : t -> msg:Khatus_msg.t -> t
This page took 0.017059 seconds and 4 git commands to generate.