Skip to content

Support OxCaml kind_ definition #1443

Description

@art-w

Kind definition enables declaring an abbreviation for complex kinds:

kind_ my_abbrev = value_or_null mod non_null global
(** Declares a kind abbreviation named [my_abbrev]. *)
type t_abbrev : my_abbrev mod immutable
(** A type with an abbreviated kind. *)

Currently the use of abbreviations is rendered like any builtin kinds (by #1410 ), but this isn't enough for users to understand what the abbreviation stands for:

  • The kind_ definition is missing in the rendered documentation
  • Links from an abbreviation to its definition are missing too

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions