package mopsa

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type !'a0 t = {
  1. elements : ((Route.route * Ast.Stmt.stmt * Domain.t Token.TokenMap.t * Alarm.report) * 'a) option array;
  2. size : int;
  3. mutable next : int;
}
val create : int -> 'a t
val add : (Route.route * Ast.Stmt.stmt * Domain.t Token.TokenMap.t * Alarm.report) -> 'a -> 'a0 t -> unit
OCaml

Innovation. Community. Security.