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/utils_core/Utils_core/Bot_top/index.html

Module Utils_core.Bot_topSource

Bot_top - Lift operations to a top/bottom element.

Types

Sourcetype 'a with_bot_top =
  1. | BOT
  2. | TOP
  3. | Nbt of 'a
    (*

    Adds bottom/top element to a type.

    *)

Operator lifting

Sourceval bot_top_lift1 : ('a -> 'b) -> 'a with_bot_top -> 'b with_bot_top
Sourceval bot_top_lift2 : ('a -> 'b -> 'c) -> 'a with_bot_top -> 'b with_bot_top -> 'c with_bot_top
Sourceval bot_top_absorb1 : ('a -> 'b with_bot_top) -> 'a with_bot_top -> 'b with_bot_top
Sourceval bot_top_absorb2 : ('a -> 'b -> 'c with_bot_top) -> 'a with_bot_top -> 'b with_bot_top -> 'c with_bot_top
Sourceval bot_top_neutral2 : ('a -> 'a -> 'a) -> 'a with_bot_top -> 'a with_bot_top -> 'a with_bot_top
Sourceval bot_top_neutral_bind2 : ('a -> 'a -> 'a with_bot_top) -> 'a with_bot_top -> 'a with_bot_top -> 'a with_bot_top
Sourceval bot_top_equal : ('a -> 'b -> bool) -> 'a with_bot_top -> 'b with_bot_top -> bool
Sourceval bot_top_included : ('a -> 'b -> bool) -> 'a with_bot_top -> 'b with_bot_top -> bool
Sourceval bot_top_compare : ('a -> 'a -> int) -> 'a with_bot_top -> 'a with_bot_top -> int
Sourceval bot_top_fprint : (Stdlib.Format.formatter -> 'a -> unit) -> Stdlib.Format.formatter -> 'a with_bot_top -> unit
OCaml

Innovation. Community. Security.