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.1.tar.gz
md5=fdee20e988343751de440b4f6b67c0f4
sha512=f5cbf1328785d3f5ce40155dada2d95e5de5cce4f084ea30cfb04d1ab10cc9403a26cfb3fa55d0f9da72244482130fdb89c286a9aed0d640bba46b7c00e09500

doc/containers/Containers/MapExt/index.html

Module Containers.MapExtSource

Generic functor to build a map data-type from ordered keys to an arbitrary type.

Sourceval printer_default : MapExtSig.map_printer

Print as key1:val1;key2:val2;...

Sourcemodule StringMap : MapExtSig.S with type key = string
Sourcemodule IntMap : MapExtSig.S with type key = int
Sourcemodule Int32Map : MapExtSig.S with type key = int32
Sourcemodule Int64Map : MapExtSig.S with type key = int64
Sourcemodule ZMap : MapExtSig.S with type key = Z.t

A few useful map instances.

OCaml

Innovation. Community. Security.