package hardcaml

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

Module Hardcaml.EdgeSource

Specification of rising or falling edge of a signal (normally a clock).

Sourcetype t =
  1. | Rising
  2. | Falling
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.