Skip to content

Commit

Permalink
Add a comment to #uniq1: for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
shingarov authored and janvrany committed Dec 5, 2023
1 parent 56d71b0 commit 20e3fc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Refinements/CstrAnd.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,7 @@ CstrAnd >> sol1: k [

{ #category : #logic }
CstrAnd >> uniq1: α [
"Make sure each binder has a unique name.
cf. Horn/Transformations.hs"
^CstrAnd of: (conjuncts collect: [ :c | c uniq1: α ])
]

0 comments on commit 20e3fc6

Please sign in to comment.