package mopsa

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

mopsa-analyzer-v1.2.tar.gz
md5=37966e98ffeebcedc09bd6e9b2b81f69
sha512=40d4d826c25f680766c07eccbabdf5e8a4fa023016e8a164e4e4f6b3781c8484dc4df437055721dfd19b9db8fb7fe3b61236c4833186d346fc7204a68d01eaaa

doc/mopsa.mopsa_utils/Mopsa_utils/Containers/MapExtSig/index.html

Module Containers.MapExtSig

module type OrderedType = sig ... end

Input signature of the functor Map.Make.

type 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.

module type S = sig ... end

Output signature of the functor MapExt.Make.

OCaml

Innovation. Community. Security.