Skip to content

Commit

Permalink
Updated RHS_Math_Mixed to not expect redundant tests and to not use a…
Browse files Browse the repository at this point in the history
… variable in the RHS where I think it is supposed to use a literalization.
  • Loading branch information
scijones committed Mar 25, 2024
1 parent 6e52efb commit a9a7ac0
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ sp {answer*make-chunk-3*snc*t2-4
(<s1> ^y 3)
(<s1> ^x 2)
(<s1> ^superstate nil)
(<s1> ^x <c1>)
#(<s1> ^x <c1>)
-->
(<s1> ^result (|/| 9 <c1>) +)
(<s1> ^result (|/| 9 2) +)
}

sp {answer*make-chunk-4*snc*t2-3
Expand All @@ -16,9 +16,9 @@ sp {answer*make-chunk-4*snc*t2-3
(<s1> ^c <c4>)
(<s1> ^b <c3>)
(<s1> ^a <c2>)
(<s1> ^x <c1>)
#(<s1> ^x <c1>)
-->
(<s1> ^result (|/| 9 <c1>) +)
(<s1> ^result (|/| 9 2) +)
(<s1> ^x 2 +)
(<s1> ^y 3 +)
(<s1> ^z 4 +)
Expand All @@ -45,4 +45,4 @@ sp {answer*make-chunk-1*snc*t2-1
(<s1> ^x <c1>)
-->
(<s1> ^result (+ <c1> <c2> <c3>) +)
}
}

0 comments on commit a9a7ac0

Please sign in to comment.