package frama-c

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type S = sig ... end
module type Cache = sig ... end
module Unary (A : S) : Cache with type 'a value = A.t -> 'a
module Binary (A : S) : Cache with type 'a value = A.t -> A.t -> 'a