Add section on implementation decisions.

This commit is contained in:
Eric McCarthy 2021-09-27 11:54:52 -07:00 committed by GitHub
parent 2b0b460b9a
commit 322aaee280
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -149,3 +149,7 @@ None.
# Alternatives
None.
# Implementation Decisions
For the length of an array, we decided on `<expression>.len`, where `<expression>` is any expression of array type.