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

Moves the definition of Flatten(..) and Card(..) #135

Merged
merged 3 commits into from
Jan 18, 2024
Merged

Conversation

hartig
Copy link
Contributor

@hartig hartig commented Dec 12, 2023

The functions Flatten(..) and Card(..) are currently defined at the end of Sec.18.5.1 Aggregate Algebra, directly before Sec.18.5.1.1 Set Functions. There is no explanation why these functions are needed.

Since the main purpose of these functions is to be helper functions that are used for defining the set functions in Sections 18.5.1.2 to 18.5.1.8, I find it much more natural to introduce these two functions in Sec.18.5.1.1 Set Functions.

Hence, this PR moves the definitions of these two functions into Sec.18.5.1.1 Set Functions and adds a sentence that introduces the purpose of these two functions.

Additionally, the PR improves the readability of the definition of Flatten.


Preview | Diff

@hartig hartig requested review from kasei, afs, rubensworks and Tpt December 12, 2023 18:04
spec/index.html Outdated Show resolved Hide resolved
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
@Tpt Tpt added the spec:editorial Minor change in the specification (markup, typo, informative text; class 1 or 2) label Jan 11, 2024
@hartig hartig merged commit 3250785 into main Jan 18, 2024
2 checks passed
@hartig hartig deleted the MoveFlattenAndCard branch January 18, 2024 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
spec:editorial Minor change in the specification (markup, typo, informative text; class 1 or 2)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants