package core_kernel

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

Module Set_intf.Elt_bin_io

module type S = sig ... end
type ('t, 'c) t = (module S with type comparator_witness = 'c and type t = 't)