package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type ZArith = sig ... end
module type QArith = sig ... end
module Z : ZArith
module Q : QArith with module Z = Z