package coq-core

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

Parameters

module V : ValueS

Signature

type t
val empty : t
val find : 'a Tag.tag -> t -> 'a V.t
val add : 'a onetag -> 'a V.t -> t -> t
val mem : 'a Tag.tag -> t -> bool
val modify : 'a Tag.tag -> ('a V.t -> 'a V.t) -> t -> t
OCaml

Innovation. Community. Security.