package mopsa

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

Signature of reduction rules for product post-states

Reduction manager

type 'a exec_reduction_man = {
  1. get_man : 't. 't Core.All.id -> ('a, 't) Core.All.man;
    (*

    Get the manger of a domain

    *)
}

Manager used by reduction rules

Signature

module type EXEC_REDUCTION = sig ... end

Registration

val register_exec_reduction : (module EXEC_REDUCTION) -> unit

Register a new exec reduction

val find_exec_reduction : string -> (module EXEC_REDUCTION)

Find an exec reduction by its name

val exec_reductions : unit -> string list

List all exec reductions

OCaml

Innovation. Community. Security.