package mopsa

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

Module Stateless_switch.MakeSource

Combine two stateless domains

Parameters

Signature

include Abstraction.Stateless.STATELESS

Domain header

*****************

Sourceval name : string

Name of the domain

Sourceval id : unit Core.All.id

Identifier of the domain

Sourceval checks : Core.All.check list

List of checks performed by the domain

Sourceval init : Core.All.program -> ('a, unit) Core.All.man -> 'a Core.All.flow -> 'a Core.All.post option

**********************

Initialization routine

Printing

************

Sourceval routing_table : Core.All.routing_table
Sourceval exec : Core.All.DomainSet.t option -> Core.All.stmt -> ('a, unit) Core.All.man -> 'a Core.All.flow -> 'a Core.All.post option
Sourceval eval : Core.All.DomainSet.t option -> Core.All.expr -> ('a, unit) Core.All.man -> 'a Core.All.flow -> 'a Core.All.eval option
Sourceval ask : Core.All.DomainSet.t option -> ('a, 'r) Core.All.query -> ('a, unit) Core.All.man -> 'a Core.All.flow -> ('a, 'r) Core.All.cases option
Sourceval print_expr : Core.All.DomainSet.t option -> ('a, unit) Core.All.man -> 'a Core.All.flow -> Core.All.printer -> Core.All.expr -> unit
OCaml

Innovation. Community. Security.