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

Module Utils_core.TopSource

Top - Top element

Types

Sourcetype 'a with_top =
  1. | TOP
  2. | Nt of 'a
    (*

    Add a top element to a type.

    *)

Operator lifting

Sourceval top_lift1 : ('a -> 'b) -> 'a with_top -> 'b with_top
Sourceval top_lift2 : ('a -> 'b -> 'c) -> 'a with_top -> 'b with_top -> 'c with_top
Sourceval top_absorb1 : ('a -> 'b with_top) -> 'a with_top -> 'b with_top
Sourceval top_absorb2 : ('a -> 'b -> 'c with_top) -> 'a with_top -> 'b with_top -> 'c with_top
Sourceval top_neutral2 : ('a -> 'a -> 'a) -> 'a with_top -> 'a with_top -> 'a with_top
Sourceval top_apply : ('b -> 'a) -> 'a -> 'b with_top -> 'a
Sourceval top_apply2 : 'a -> 'a -> ('b -> 'b -> 'a) -> 'b with_top -> 'b with_top -> 'a
Sourceval top_equal : ('a -> 'b -> bool) -> 'a with_top -> 'b with_top -> bool
Sourceval top_included : ('a -> 'b -> bool) -> 'a with_top -> 'b with_top -> bool
Sourceval top_compare : ('a -> 'a -> int) -> 'a with_top -> 'a with_top -> int
Sourceval top_dfl1 : 'c -> ('a -> 'c) -> 'a with_top -> 'c
Sourceval top_dfl2 : 'c -> ('a -> 'b -> 'c) -> 'a with_top -> 'b with_top -> 'c

Exceptions

Sourceexception Found_TOP
Sourceval raise_top : unit -> 'a
Sourceval catch_top : ('a -> 'b) -> 'a -> 'b -> 'b
Sourceval detop : 'a with_top -> 'a
Sourceval retop : ('a -> 'b) -> 'a -> 'b with_top
Sourceval exn_to_top : ('a -> 'b) -> 'a -> 'b with_top
Sourceval top_to_exn : 'a with_top -> 'a

Printing

Sourceval top_string : string
Sourceval top_to_string : ('a -> string) -> 'a with_top -> string
Sourceval top_print : (Stdlib.out_channel -> 'a -> unit) -> Stdlib.out_channel -> 'a with_top -> unit
Sourceval top_fprint : (Stdlib.Format.formatter -> 'a -> unit) -> Stdlib.Format.formatter -> 'a with_top -> unit
Sourceval top_bprint : (Stdlib.Buffer.t -> 'a -> unit) -> Stdlib.Buffer.t -> 'a with_top -> unit
OCaml

Innovation. Community. Security.