Skip to content

Commit 51a42c1

Browse files
committed
SQUASH with 9600..."Supermonkey implementation of EIte" -- better language, reference #272 too
1 parent 5d97d07 commit 51a42c1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Refinements/ECst.class.st

+3-2
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,9 @@ ECst >> smt2: γ [
136136

137137
(expr isKindOf: EApp) ifFalse: [ ^expr smt2Cast: sort in: γ ].
138138

139-
"BOGUS CODE!!!
140-
DO NOT MERGE THIS BEFORE WE UNDERSTAND WHY CONTROL CAN REACH HERE!"
139+
"TODO: Investigate why control can reach here.
140+
See Issue#272."
141+
141142
"(ECst (EApp...)):
142143
Possibly need to uncurry."
143144
fxyz := self splitArgs.

0 commit comments

Comments
 (0)