package coq-serapi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type ExtS = sig ... end
module Make (M : CSig.SetS) (S : SerType.S with type t := M.elt) : ExtS with type t = M.t and type elt = M.elt
module type ExtSJ = sig ... end
module MakeJ (M : CSig.SetS) (S : SerType.SJ with type t := M.elt) : ExtSJ with type t = M.t and type elt = M.elt