package mopsa

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

Signature of functors of simplified domains

Signature

module type SIMPLIFIED_FUNCTOR = sig ... end

Registration

val register_simplified_functor : (module SIMPLIFIED_FUNCTOR) -> unit

Register a new functor of simplified domains

val find_simplified_functor : string -> (module SIMPLIFIED_FUNCTOR)

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

val mem_simplified_functor : string -> bool

mem_simplified_functor name checks whether a simplified functor with name name is registered

val simplified_functor_names : unit -> string list

Return the names of registered simplified functor

OCaml

Innovation. Community. Security.