package hardcaml

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

Module Hardcaml.LevelSource

Specification of a signals level - high or low.

Sourcetype t =
  1. | High
  2. | Low
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
include Ppx_compare_lib.Equal.S with type t := t
Sourceval equal : t -> t -> bool
Sourceval to_int : t -> int
OCaml

Innovation. Community. Security.