20b16771cf1d0f5650e8dff888e9d97f03b80028
[khatus.git] / src / ocaml / lib / khatus_msg_stream.mli
1 type t
2
3 val init : node:string -> modul:string -> t
4
5 val fold
6 : t
7 -> f:('a -> state:Khatus_state.t -> msg:Khatus_msg.t -> 'a)
8 -> init:'a
9 -> 'a
This page took 0.047861 seconds and 3 git commands to generate.