package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type PartitionSig = sig ... end
module type SetS = sig ... end
module type MapS = sig ... end
module Make (S : SetS) (M : sig ... end) : sig ... end