Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Clarify important points about parametric types #43891

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Jun 3, 2024

  1. docs: Clarify important points about parametric types

    Closes JuliaLang#43811.
    
    - The intro section felt a bit long-winded, I've made some changes there first.
    - Clarify that `typeof` returns the concrete type
    - Rename Type Declarations section to Type Annotations,
      avoid confusion with Declaring Types section and distinguish use of "type declaration"
      to mean "declaring new types"
    - Removed some of the jargon and wikipedia links to make room for
      a brief alternative `Point{T1,T2}` demonstration.
    - Shifted some paragraphs around to reflect their importance,
      and changed the wording in some places.
    - Rename type declaration -> annotation in other places (docstrings/comments)
    adigitoleo committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    6e8eebe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    697ddc7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e5d2e5 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    218cdaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b328d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d20eef View commit details
    Browse the repository at this point in the history
  4. fix: Add missing backticks

    adigitoleo committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    7be8f40 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Apply suggestions from code review

    Co-authored-by: adienes <51664769+adienes@users.noreply.github.com>
    adigitoleo and adienes committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    1ca9502 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: adienes <51664769+adienes@users.noreply.github.com>
    adigitoleo and adienes committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    b3f0c5e View commit details
    Browse the repository at this point in the history