Skip to content

Commit

Permalink
Update spec for marking generic types passed to type formals (chapel-…
Browse files Browse the repository at this point in the history
…lang#24572)

Follow-up to PR chapel-lang#24021.

This PR adds a sentence to the spec section about marking generic types
to include cases like `f(myGenericRecord)`.

Reviewed by @benharsh - thanks!
  • Loading branch information
mppf authored Mar 11, 2024
2 parents 60f804f + b0b44c3 commit 8831f71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/rst/language/spec/generics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1053,6 +1053,8 @@ marked with ``(?)``:

* ``class-inherit`` expressions (see :ref:`Inheritance`)

* generic types passed to a `type` formal argument (see
:ref:`Formal_Type_Arguments`)

.. _Generic_Methods:

Expand Down

0 comments on commit 8831f71

Please sign in to comment.