package mopsa

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

Module AbstractionSource

Sourcemodule Domain : sig ... end

Standard domains

Sourcemodule Functor : sig ... end

Signature of functors of standard domains

Sourcemodule Partitioning : sig ... end

Signature of partitioning domains. * * A partitioning domain lifts a domin D into a map K -> D, where K is the set * of partitioning keys. K should verify the following conditions: * - finite, * - defines a total order and * - there is no intersection between every pair of distinct keys. * * For the moment, we don't support modifying the partitioning keys during * lattice operation (join, meet and widening) * * BEWARE: partitioning during evaluations and reduced product is *NOT SUPPORTED AND UNSOUND*: * https://gitlab.com/mopsa/mopsa-analyzer/-/merge_requests/130#note_1833582309

Sourcemodule Simplified : sig ... end

Simplified domains

Sourcemodule Simplified_functor : sig ... end

Signature of functors of simplified domains

Sourcemodule Simplified_value : sig ... end

Simplified signature of a value abstraction.

Sourcemodule Stacked : sig ... end

Signature of stacked domains

Sourcemodule Stateless : sig ... end

Signature of stateless domains

Sourcemodule Value : sig ... end

Signature of a value abstraction.

Sourcemodule Value_functor : sig ... end

Signature of functors of value domains

OCaml

Innovation. Community. Security.