package core

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

Module Map_intf.Key_bin_io

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