package hardcaml

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

Module Vcd.ConfigSource

VCD header configuration and timescale.

Sourcetype t = {
  1. date : Base.string;
  2. version : Base.string;
  3. comment : Base.string Base.option;
  4. timescale : Timescale.t;
}
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval default : t
OCaml

Innovation. Community. Security.