package frama-c

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

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.