package bap-std

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

Factory of data processors. Registry of sources of information.

module type S = sig ... end

Factory interface

module Make (T : Core_kernel.T) : S with type t = T.t