X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=new-layouts%2Ftest.icl;fp=new-layouts%2Ftest.icl;h=0000000000000000000000000000000000000000;hb=4b62b5d397d86147e393c05b3083af74a3a0c4af;hp=d1b288b753b497aa036658cc5c369c7d62119b08;hpb=e5305ee9d4290e1aa803a2e62a14f32e5cd29782;p=clean-tests.git diff --git a/new-layouts/test.icl b/new-layouts/test.icl deleted file mode 100644 index d1b288b..0000000 --- a/new-layouts/test.icl +++ /dev/null @@ -1,13 +0,0 @@ -module test - -import iTasks - -Start w = startEngine (viewInformation () [] v) w - -derive class iTask B, C - -v :: B -v = B2 C2 - -:: B = B1 | B2 C -:: C = C1 Int | C2