package frama-c

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

Map with indexed keys

module type S = sig ... end
module type IndexedKey = sig ... end
module Make (K : IndexedKey) : S with type key = K.t
OCaml

Innovation. Community. Security.