package mopsa

  1. Overview
  2. Docs
MOPSA: A Modular and Open Platform for Static Analysis using Abstract Interpretation

Install

Dune Dependency

Authors

Maintainers

Sources

mopsa-analyzer-v1.0.tar.gz
md5=9f673f79708b44a7effb3b6bb3618d2c
sha512=cb91cb428e43a22f1abbcb8219710d0c10a5b3756d0da392d4084b3b3a6157350776c596983e63def344f617d39964e91f244f60c07958695ee5c8c809a9f0f4

doc/containers/Containers/Equiv/Make/index.html

Module Equiv.MakeSource

Parameters

module L : OrderedType
module R : OrderedType

Signature

Sourceexception Already_Paired
Sourcemodule LR : sig ... end
Sourcemodule RL : sig ... end
Sourcetype t = {
  1. lr : R.t LR.t;
  2. rl : L.t RL.t;
}
Sourceval compare : t -> t -> int
Sourceval empty : t
Sourceval fold : ((L.t * R.t) -> 'a -> 'a) -> t -> 'a -> 'a
Sourceval iter : ((L.t * R.t) -> unit) -> t -> unit
Sourceval remove_l : L.t -> t -> t
Sourceval remove_r : R.t -> t -> t
Sourceval add : (L.t * R.t) -> t -> t
Sourceval mem : (L.t * R.t) -> t -> bool
Sourceval concat : t -> t -> t
Sourceval mem_l : L.t -> t -> bool
Sourceval mem_r : R.t -> t -> bool
Sourceval find_l : LR.key -> t -> R.t
Sourceval find_r : RL.key -> t -> L.t
Sourceval find_l_opt : L.t -> t -> R.t option
Sourceval find_r_opt : R.t -> t -> L.t option
Sourceval map : ((L.t * R.t) -> L.t * R.t) -> t -> t
Sourceval filter : ((L.t * R.t) -> bool) -> t -> t
Sourceval exists : ((L.t * R.t) -> bool) -> t -> bool
Sourceval forall : ((L.t * R.t) -> bool) -> t -> bool
OCaml

Innovation. Community. Security.