main_testing4-old/knight_test4.scala
changeset 483 a2c4c6bf319d
parent 482 20f02c5ff53f
child 484 70c477ad2fd9
--- 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)