Module type Communication.PathMap

module type PathMap = sig .. end

type 'a t 
val empty : 'a -> 'a t
val add : Communication.path ->
'a -> 'a t -> 'a t
val find : Communication.path -> 'a t -> 'a option