package frama-c

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

Merging Maps and Sets

module type T = sig ... end
module type Map = sig ... end
module type Set = sig ... end
module type S = sig ... end
module Make (A : T) : S with type t = A.t