forked from GitHub/gf-core
Add more complex param/table unit tests and pass them. Still fails on Phrasebook though.
This commit is contained in:
20
testsuite/lpgf/unittests/Params4.gf
Normal file
20
testsuite/lpgf/unittests/Params4.gf
Normal file
@@ -0,0 +1,20 @@
|
||||
abstract Params4 = {
|
||||
cat
|
||||
P_ ;
|
||||
Q_ ;
|
||||
S ;
|
||||
|
||||
fun
|
||||
p1 : P_ ;
|
||||
p2 : P_ ;
|
||||
q1 : Q_ ;
|
||||
q2 : Q_ ;
|
||||
|
||||
pqrec : P_ -> Q_ -> S ;
|
||||
|
||||
rp : P_ -> S ;
|
||||
rpq : P_ -> Q_ -> S ;
|
||||
r0 : S ;
|
||||
|
||||
xpq : P_ -> Q_ -> S ;
|
||||
}
|
||||
Reference in New Issue
Block a user