Reason
  • Docs
  • Try
  • API
  • Community
  • Blog
  • Languages iconEnglish
    • 日本語
    • Deutsch
    • Español
    • Français
    • 한국어
    • Português (Brasil)
    • Русский
    • Українська
    • 中文
    • 繁體中文
    • Help Translate
  • GitHub
Previous  Up  Next

Module Ast_helper.Ci

module Ci: sig .. end
Classes

let mk:
  (
    ~loc: Ast_helper.loc=?,
    ~attrs: Ast_helper.attrs=?,
    ~docs: Docstrings.docs=?,
    ~text: Docstrings.text=?,
    ~virt: Asttypes.virtual_flag=?,
    ~params: list((Parsetree.core_type, Asttypes.variance))=?,
    Ast_helper.str,
    'a
  ) =>
  Parsetree.class_infos('a);