changeset 418 | fa7f7144f2bb |
parent 400 | e48ea8300b2d |
child 424 | daf561a83ba6 |
--- a/main_solution3/re.scala Tue Dec 07 01:35:00 2021 +0000 +++ b/main_solution3/re.scala Tue Dec 07 23:17:51 2021 +0000 @@ -108,6 +108,7 @@ case r => r } +simp(ALT(ONE | CHAR('a'), CHAR('a') | ONE)) // (4) Complete the two functions below; the first // calculates the derivative w.r.t. a string; the second