OCamlOCaml
  • Learn
  • Documentation
  • Packages
  • Community
  • News
Edit this page

                
#
  • en
OCaml
API Version 4.10
< General Index
Search
Ast_helper.Ctf

    Module Ast_helper.Ctf

    module Ctf: sig .. end

    Class type fields


    val mk : ?loc:Ast_helper.loc ->
    ?attrs:Ast_helper.attrs ->
    ?docs:Docstrings.docs ->
    Parsetree.class_type_field_desc -> Parsetree.class_type_field
    val attr : Parsetree.class_type_field ->
    Parsetree.attribute -> Parsetree.class_type_field
    val inherit_ : ?loc:Ast_helper.loc ->
    ?attrs:Ast_helper.attrs -> Parsetree.class_type -> Parsetree.class_type_field
    val val_ : ?loc:Ast_helper.loc ->
    ?attrs:Ast_helper.attrs ->
    Ast_helper.str ->
    Asttypes.mutable_flag ->
    Asttypes.virtual_flag -> Parsetree.core_type -> Parsetree.class_type_field
    val method_ : ?loc:Ast_helper.loc ->
    ?attrs:Ast_helper.attrs ->
    Ast_helper.str ->
    Asttypes.private_flag ->
    Asttypes.virtual_flag -> Parsetree.core_type -> Parsetree.class_type_field
    val constraint_ : ?loc:Ast_helper.loc ->
    ?attrs:Ast_helper.attrs ->
    Parsetree.core_type -> Parsetree.core_type -> Parsetree.class_type_field
    val extension : ?loc:Ast_helper.loc ->
    ?attrs:Ast_helper.attrs -> Parsetree.extension -> Parsetree.class_type_field
    val attribute : ?loc:Ast_helper.loc -> Parsetree.attribute -> Parsetree.class_type_field
    val text : Docstrings.text -> Parsetree.class_type_field list
    The present documentation is copyright Institut National de Recherche en Informatique et en Automatique (INRIA). A complete version can be obtained from this page.

    Learn

    • Code Examples
    • Tutorials
    • Books
    • Success Stories

    Documentation

    • Install
    • Manual
    • Packages
    • Compiler Releases
    • Logos

    Community

    • Mailing Lists
    • Meetings
    • News
    • Support
    • Bug Tracker

    Website

    • Edit this page
    • Website Issues
    • About This Site
    • Find Us on GitHub
    • Credits