package hardcaml_handshake

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

Module Hardcaml_handshake.IOSource

Sourcetype 'd t = {
  1. data : 'd;
  2. ack : Hardcaml.Signal.t;
}