package mopsa

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

Module Domain.State

val bottom : t
val top : t
val is_bottom : t -> bool
val empty : t
val subset : t -> t -> bool
val join : t -> t -> t
val widen : 'a Framework.Core.Context.ctx -> t -> t -> t
val meet : t -> t -> t
val print : Framework.Core.All.printer -> t -> unit
val find : Common.Base.Base.t -> t -> Init.t
val find_opt : Common.Base.Base.t -> t -> Init.t option
val remove : Common.Base.Base.t -> t -> t
val add : Common.Base.Base.t -> Init.t -> t -> t
val singleton : Common.Base.Base.t -> Init.t -> t
val filter : (Common.Base.Base.t -> Init.t -> bool) -> t -> t
val partition : (Common.Base.Base.t -> Init.t -> bool) -> t -> t * t
val iter : (Common.Base.Base.t -> Init.t -> unit) -> t -> unit
val fold : (Common.Base.Base.t -> Init.t -> 'b -> 'b) -> t -> 'b -> 'b
val fold2o : ('a -> 'b -> 'c -> 'c) -> ('a -> 'd -> 'c -> 'c) -> ('a -> 'b -> 'd -> 'c -> 'c) -> ('a, 'b) Mopsa_utils.Containers.MapExtPoly.t Mopsa_utils.Core.Bot_top.with_bot_top -> ('a, 'd) Mopsa_utils.Containers.MapExtPoly.t Mopsa_utils.Core.Bot_top.with_bot_top -> 'c -> 'c
val fold2zo : ('a -> 'b -> 'c -> 'c) -> ('a -> 'b -> 'c -> 'c) -> ('a -> 'b -> 'b -> 'c -> 'c) -> ('a, 'b) Mopsa_utils.Containers.MapExtPoly.t Mopsa_utils.Core.Bot_top.with_bot_top -> ('a, 'b) Mopsa_utils.Containers.MapExtPoly.t Mopsa_utils.Core.Bot_top.with_bot_top -> 'c -> 'c
val mem : Common.Base.Base.t -> t -> bool
val canonize : t -> t
val map : (Init.t -> Init.t) -> t -> t
val mapi : (Common.Base.Base.t -> Init.t -> Init.t) -> t -> t
val bindings : t -> (Common.Base.Base.t * Init.t) list
val for_all : (Common.Base.Base.t -> Init.t -> bool) -> t -> bool
val exists : (Common.Base.Base.t -> Init.t -> bool) -> t -> bool
val max_binding : t -> (Common.Base.Base.t * Init.t) option
val cardinal : t -> int
val map2zo : (Common.Base.Base.t -> Init.t -> Init.t) -> (Common.Base.Base.t -> Init.t -> Init.t) -> (Common.Base.Base.t -> Init.t -> Init.t -> Init.t) -> t -> t -> t