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