diff options
Diffstat (limited to 'src/testsuite/interpreter')
-rw-r--r-- | src/testsuite/interpreter/category.input | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/testsuite/interpreter/category.input b/src/testsuite/interpreter/category.input new file mode 100644 index 00000000..53cfc328 --- /dev/null +++ b/src/testsuite/interpreter/category.input @@ -0,0 +1,10 @@ +Domain has Category +Category has Category -- 'true', but it probably should be 'no'. +Category has Type + +ST(x: Integer): Category == + x=0 => SetCategory + Type + +ST 0 +ST 1 |