package p4spectec

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

Module Single.NodeSource

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