Skip to content

Introduce shape-centered representation of the arrays#161

Draft
GlebChili wants to merge 1 commit into
masterfrom
new-array-representation
Draft

Introduce shape-centered representation of the arrays#161
GlebChili wants to merge 1 commit into
masterfrom
new-array-representation

Conversation

@GlebChili
Copy link
Copy Markdown
Collaborator

No description provided.

@GlebChili GlebChili requested review from L3odr0id and buzden November 6, 2025 14:14
@GlebChili
Copy link
Copy Markdown
Collaborator Author

CI and test related issues will be addressed after initial review.

showPackedSVT (RVar x) = show x
showPackedSVT (AVar x) = show x
showPackedSVT (VVar x) = show x
showPackedSVT (PackedArr t {p} shape) = "\{showBasic t} \{showArrayDims shape}" where
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I like array dimensions printing refactoring! Although there is a redundant keyword where left here and in the showSVType

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.

2 participants