package bag

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val compare : t -> t -> int

Bags are implemented using Map.Make and therefore require elements to be comparable.