package frama-c

  1. Overview
  2. Docs

doc/qed/Qed/Cache/index.html

Module Qed.CacheSource

Sourcemodule type S = sig ... end
Sourcemodule type Cache = sig ... end
Sourcemodule Unary (A : S) : Cache with type 'a value = A.t -> 'a
Sourcemodule Binary (A : S) : Cache with type 'a value = A.t -> A.t -> 'a
OCaml

Innovation. Community. Security.