package opam-core

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

Module Set.OpSource

Sourceval (++) : t -> t -> t

Infix set union

Sourceval (--) : t -> t -> t

Infix set difference

Sourceval (%%) : t -> t -> t

Infix set intersection