mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 09:42:50 -06:00
Add test case for selection using records (fails)
This commit is contained in:
6
testsuite/lpgf/Tables.gf
Normal file
6
testsuite/lpgf/Tables.gf
Normal file
@@ -0,0 +1,6 @@
|
||||
abstract Tables = {
|
||||
cat S ; F ;
|
||||
fun
|
||||
FtoS : F -> S ;
|
||||
f1, f2, f3, f4, f5, f6 : F ;
|
||||
}
|
||||
Reference in New Issue
Block a user