package frama-c

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

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.