progs/matcher/re3.sc
changeset 882 5fcad75ade92
parent 879 ad9d4a01e072
child 919 53f08d873e09
--- a/progs/matcher/re3.sc	Sun Oct 02 08:42:01 2022 +0100
+++ b/progs/matcher/re3.sc	Sun Oct 09 13:39:34 2022 +0100
@@ -65,6 +65,7 @@
 }
 
 
+
 // the derivative w.r.t. a string (iterates der)
 def ders(s: List[Char], r: Rexp) : Rexp = s match {
   case Nil => r