package mopsa

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

Use the simplified signature for handling homogenous operators

include sig ... end
val id : t Core__Id.id
val name : string
val display : string
val debug : ('a, Format.formatter, unit, unit) format4 -> 'a
val accept_type : Mopsa.typ -> bool
val bottom : 'a Mopsa.Bot.with_bot
val top_of_typ : Mopsa.typ -> I.t Mopsa.Bot.with_bot
val is_bottom : I.t Mopsa.Bot.with_bot -> bool
val subset : t -> t -> bool
val join : t -> t -> t
val meet : t -> t -> t
val widen : 'a Mopsa.ctx -> t -> t -> t
val print : Mopsa.printer -> t -> unit
val filter : bool -> 'a -> I.t Mopsa.Bot.with_bot -> I.t Mopsa.Bot.with_bot
val avalue : 'r. 'r Mopsa.avalue_kind -> t -> 'r option
OCaml

Innovation. Community. Security.