Skip to content

Commit

Permalink
[cosmetic] Categorize Expr>>&, |
Browse files Browse the repository at this point in the history
  • Loading branch information
shingarov committed Oct 24, 2024
1 parent b4d5fe7 commit 093b569
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Refinements/Expr.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Expr class >> splitEApp: e [

]

{ #category : #'as yet unclassified' }
{ #category : #'theory symbols' }
Expr >> & anotherPred [
^PAnd of: { self . anotherPred }
]
Expand Down Expand Up @@ -482,7 +482,7 @@ Expr >> without: rhs [
sort: rhs sort mkSetSort
]

{ #category : #'as yet unclassified' }
{ #category : #'theory symbols' }
Expr >> | rhs [
^POr of: { self . rhs }
]
Expand Down

0 comments on commit 093b569

Please sign in to comment.