From 0b87e7202a3a9928c9694a4108e996c7a83c0dd5 Mon Sep 17 00:00:00 2001 From: Boris Shingarov Date: Sat, 16 Nov 2024 16:57:55 -0500 Subject: [PATCH] squash, whereever TC>>apply: was --- src/Refinements/TC.class.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Refinements/TC.class.st b/src/Refinements/TC.class.st index 78eebd744..ddf132c06 100644 --- a/src/Refinements/TC.class.st +++ b/src/Refinements/TC.class.st @@ -24,7 +24,7 @@ TC >> apply: ts [ monoSymbol := '(', symbol, - (ts inject: '' into: [ :soFar :thisArgType | ' ', thisArgType printString ]), + (ts inject: '' into: [ :soFar :thisArgType | ' ', thisArgType unsafeName ]), ')'. ^TC symbol: monoSymbol ]