package mopsa

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

Powerset lattice with finite cardinality elements or ⊺.

module type ELT = sig ... end
module Make (Elt : ELT) : Powerset_sig.S with type elt := Elt.t and module Set = Mopsa_utils.SetExt.Make(Elt)
OCaml

Innovation. Community. Security.