package p4spectec

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

Module Rulegroup.Key

type t = string * string
val to_string : t -> string
val to_anchor : t -> string
val compare : (String.t * String.t) -> (String.t * String.t) -> int
val parse : Source.t -> t list