package opam-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val (++) : t -> t -> t

Infix set union

val (--) : t -> t -> t

Infix set union

Infix set difference

val (%%) : t -> t -> t

Infix set difference

Infix set intersection