main_testing3/re_test0.scala
author Christian Urban <christian.urban@kcl.ac.uk>
Mon, 10 Nov 2025 14:17:40 +0000
changeset 495 b195fac1903c
parent 472 fbff6f601370
permissions -rw-r--r--
updated



def urbanmain() = {
  import M3._

  assert(ALTs.getClass == ALTs.getClass)
  assert(SEQs.getClass == SEQs.getClass)
}