main_testing4-old/knight_test4.scala
changeset 486 9c03b5e89a2a
parent 485 19b75e899d37
child 487 efad9725dfd8
--- a/main_testing4-old/knight_test4.scala	Fri Apr 26 17:29:30 2024 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-import M4a._
-
-val f_urban = (x:(Int, Int)) => if (x._1 > 3) Some(List(x)) else None
-
-assert(first(List((1,0),(2,0),(3,0),(4,0)), f_urban) == Some(List((4,0))))
-assert(first(List((1,0),(2,0),(3,0)), f_urban) == None)