package rfsm

  1. Overview
  2. Docs

Identifiers

type t =
  1. | Local of string * string
  2. | Global of string
val to_string : t -> string
val local_of : t -> string