solutions/cw4/parser.sc
changeset 965 94f5cce73a4f
parent 961 c0600f8b6427
--- a/solutions/cw4/parser.sc	Thu Sep 19 19:25:13 2024 +0100
+++ b/solutions/cw4/parser.sc	Sun Sep 29 18:46:02 2024 +0100
@@ -1,7 +1,6 @@
 // CW3
 
 import scala.language.implicitConversions
-
 import $file.lexer, lexer._ 
 
 case class ~[+A, +B](x: A, y: B)