package p4spectec

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Single.BranchSource

Sourcetype origin = Lang.Sl.id
Sourcetype status =
  1. | Hit
  2. | Miss of Lang.Sl.vid 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