package mopsa

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

Signature of functors of value domains

Signature

module type VALUE_FUNCTOR = sig ... end

Registration

val register_value_functor : (module VALUE_FUNCTOR) -> unit

Register a new functor of value domains

val find_value_functor : string -> (module VALUE_FUNCTOR)

Find a value functor by its name. Raise Not_found if no functor is found

val mem_value_functor : string -> bool

mem_value_functor name checks whether a value functor with name name is registered

val value_functor_names : unit -> string list

Return the names of registered value functor

OCaml

Innovation. Community. Security.