package coq-core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type ValueS = sig ... end

Polymorphic maps over an extensible GADT tag type.

module type Tag = sig ... end
module Make (Tag : Tag) : sig ... end
OCaml

Innovation. Community. Security.