Module Multi.BranchSource

Sourcetype origin = Lang.Sl.id
Sourcetype status =
  1. | Hit of bool * string list
  2. | Miss of string list
Sourcetype t = {
  1. origin : origin;
  2. status : status;
}
Sourceval init : Lang.Sl.id -> t
Sourceval eq : t -> t -> bool
Sourceval to_string : t -> string