package mopsa

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

Signature

type t = First.t * Second.t
val bottom : t
val top : t
val singleton : t -> t
val map_fst : (First.t -> First.t) -> t -> t
val map_snd : (Second.t -> Second.t) -> t -> t
val is_bottom : t -> bool
val subset : t -> t -> bool
val apply : ('a -> 'b) -> ('c -> 'd) -> ('e * 'f) -> 'e * 'f
val apply2 : ('a -> 'b -> 'c) -> ('d -> 'e -> 'f) -> ('g * 'h) -> ('i * 'j) -> 'g * 'h
val join : t -> t -> t
val meet : t -> t -> t
val widen : 'a Core.Context.ctx -> t -> t -> t
val print : Core.All.printer -> t -> unit
OCaml

Innovation. Community. Security.