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/MapExtSig/index.html

Module Containers.MapExtSigSource

Sourcemodule type OrderedType = sig ... end

Input signature of the functor Map.Make.

Sourcetype map_printer = {
  1. print_empty : string;
    (*

    Special text for empty maps

    *)
  2. print_begin : string;
    (*

    Text before the first binding

    *)
  3. print_arrow : string;
    (*

    Text between a key and its value

    *)
  4. print_sep : string;
    (*

    Text between two bindings

    *)
  5. print_end : string;
    (*

    Text after the last binding

    *)
}

MOPSA Tells how to print a map.

Sourcemodule type S = sig ... end

Output signature of the functor MapExt.Make.

OCaml

Innovation. Community. Security.