package core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type S = sig ... end
type ('t, 'c) t = (module S with type comparator_witness = 'c and type t = 't)