package coq-core

  1. Overview
  2. Docs
The Coq Proof Assistant -- Core Binaries and Tools

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.19.1.tar.gz
md5=13d2793fc6413aac5168822313e4864e
sha512=ec8379df34ba6e72bcf0218c66fef248b0e4c5c436fb3f2d7dd83a2c5f349dd0874a67484fcf9c0df3e5d5937d7ae2b2a79274725595b4b0065a381f70769b42

doc/coq-core.clib/PolyMap/Make/index.html

Module PolyMap.MakeSource

Parameters

module Tag : Tag

Signature

Sourcemodule type OneTag = sig ... end
Sourcetype 'a onetag = (module OneTag with type a = 'a)

There is no equality function between _ tag values (other than Stdlib.(=)), and especially no equality function which shows that when the values are equal the type arguments are also equal.

Instead we can use 'a onetag to recognize 'b tag values.

Sourceval eq_onetag : 'a onetag -> 'b Tag.tag -> ('a, 'b) CSig.eq option
Sourceval make : unit -> 'a onetag
Sourceval tag_of_onetag : 'a onetag -> 'a Tag.tag
Sourcemodule type MapS = sig ... end
Sourcemodule Map (V : ValueS) : MapS with type 'a value := 'a V.t
OCaml

Innovation. Community. Security.