src/
topic.ml
100.00%
1
2
3
4
5
type t = string let initial =
"
sava" let fprintf fmt s =
F
ormat.fprintf fmt "TOPIC : %s" s