package odoc

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Component.ClassTypeSource

type expr =
  1. | Constr of Cpath.class_type * TypeExpr.t list
  2. | Signature of ClassSignature.t
type t = {
  1. doc : CComment.docs;
  2. virtual_ : bool;
  3. params : TypeDecl.param list;
  4. expr : expr;
  5. expansion : ClassSignature.t option;
}