package systemverilog

  1. Overview
  2. Docs
include module type of Grammar_types.Literal
type t =
  1. | Int of int
  2. | String of string
  3. | Hex of string
  4. | Dec of string
  5. | Bin of string
  6. | Oct of string
val to_s : t -> string
OCaml

Innovation. Community. Security.