module test import iTasks Start w = startEngineWithOptions (\args opts->(Just {opts & autoLayout=True}, [])) (updateInformation () [] v) w derive class iTask B, C v :: B v = B2 C2 :: B = B1 | B2 C :: C = C1 Int | C2