main_testing3/re_test0.scala
author Christian Urban <christian.urban@kcl.ac.uk>
Fri, 23 Feb 2024 11:31:36 +0000
changeset 480 a1151868a997
parent 472 fbff6f601370
permissions -rw-r--r--
updated



def urbanmain() = {
  import M3._

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