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

Fixing #188 with a sentence about nullable arrays. #3086

Merged
merged 91 commits into from
Nov 20, 2022

Conversation

davidcok
Copy link
Collaborator

Fixes #188

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.

davidcok and others added 30 commits January 29, 2021 12:41
Comment on lines 1487 to 1488
If a variable's value might be null or an array, then its type must be
`array?<...>` instead of `array<...>` (which has only non-null values).
Copy link
Collaborator

@fabiomadge fabiomadge Nov 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! Can we reconcile this with L1475f?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revised

@davidcok davidcok enabled auto-merge (squash) November 20, 2022 20:01
@davidcok davidcok merged commit bc9419d into dafny-lang:master Nov 20, 2022
@davidcok davidcok deleted the cok-188 branch November 20, 2022 23:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rise4Fun tutorial is out of date about nullable arrays
2 participants