Skip to content

Commit

Permalink
SQUASH with 9600..."Supermonkey implementation of EIte" -- better lan…
Browse files Browse the repository at this point in the history
…guage, reference #272 too
  • Loading branch information
shingarov committed May 9, 2024
1 parent 15f4446 commit f7c8ef9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Refinements/ECst.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,9 @@ ECst >> smt2: γ [

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

"BOGUS CODE!!!
DO NOT MERGE THIS BEFORE WE UNDERSTAND WHY CONTROL CAN REACH HERE!"
"TODO: Investigate why control can reach here.
See Issue#272."

"(ECst (EApp...)):
Possibly need to uncurry."
fxyz := self splitArgs.
Expand Down

0 comments on commit f7c8ef9

Please sign in to comment.