package frama-c

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

Set of indexed elements implemented as Patricia sets.

module type S = sig ... end
module type IndexedElements = sig ... end
module Make (E : IndexedElements) : S with type elt = E.t
OCaml

Innovation. Community. Security.