added testcase for categories with lincat C = {};

This commit is contained in:
krasimir
2009-05-20 16:27:12 +00:00
parent 0d36ec5879
commit 77017c75a7
4 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
concrete linsCnc of lins = {
lincat Nat = {} ;
-- we expect warnings because the lines bellow are commented out
-- we don't expect warning for zero because Nat = {}
-- lincat C = {s : Str} ;
-- lin test = {s = "test"} ;
}