mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-09-24 11:16:01 -06:00
added testcase for categories with lincat C = {};
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
abstract lins = {
|
||||
|
||||
cat Nat ;
|
||||
cat C Nat ;
|
||||
|
||||
fun zero : Nat ;
|
||||
test : C zero ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user