Skip to content

Commit

Permalink
Remove Tuple class >> ⨰
Browse files Browse the repository at this point in the history
This commit temporarily removes `#⨰` until we decide on #186 [1]

[1]: #186
  • Loading branch information
janvrany authored and shingarov committed Jun 28, 2024
1 parent 307eeee commit 4e81316
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Collections-Homogeneous/Tuple.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,6 @@ Tuple class >> slotAssociations [
^self slots collect: [ :eachSlot | eachSlot name -> eachSlot type ]
]

{ #category : #semigroup }
Tuple class >> ⨰ [ anotherClass
anotherClass isClass ifFalse: [ self shouldBeImplemented "A×(B×C) case" ].
^Tuple ofAll: (self slots collect:#type) , { anotherClass }
]

{ #category : #testing }
Tuple >> isTyped [
^true
Expand Down

0 comments on commit 4e81316

Please sign in to comment.