Improve overview and experiment naming
[khatus.git] / x3 / src / lib / khatus_msg_stream.mli
CommitLineData
6f35286a
SK
1type t
2
3val init : node:string -> modul:string -> t
4
5val fold
6 : t
7 -> f:('a -> state:Khatus_state.t -> msg:Khatus_msg.t -> 'a)
8 -> init:'a
9 -> 'a
This page took 0.016293 seconds and 4 git commands to generate.