package mopsa

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

Generic functor to build a set data-type from ordered elements.

val printer_default : SetExtSig.set_printer

Print as set: lem1,...,elemn.

module StringSet : SetExtSig.S with type elt = string
module IntSet : SetExtSig.S with type elt = int
module Int32Set : SetExtSig.S with type elt = int32
module Int64Set : SetExtSig.S with type elt = int64
module ZSet : SetExtSig.S with type elt = Z.t

A few useful set instances.

OCaml

Innovation. Community. Security.