package frama-c

  1. Overview
  2. Docs

doc/frama-c.kernel/Frama_c_kernel/Qstack/index.html

Module Frama_c_kernel.Qstack

Mutable stack in which it is possible to add data at the end (like a queue) and to handle non top elements. Current implementation is double linked list.

module type DATA = sig ... end
module Make (D : DATA) : sig ... end
OCaml

Innovation. Community. Security.