aboutsummaryrefslogtreecommitdiff
path: root/src/testsuite/interpreter/category.input
blob: 53cfc328bb5570b1815c0eca92b912b919392145 (plain)
1
2
3
4
5
6
7
8
9
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