package containers

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type OrderedType = Set.OrderedType
include module type of struct include CCSet end

Wrapper around Set

  • since 0.9
type 'a sequence = ('a -> unit) -> unit
type 'a printer = Buffer.t -> 'a -> unit
type 'a formatter = Format.formatter -> 'a -> unit
module type S = CCSet.S
module Make = CCSet.Make