mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 02:32:50 -06:00
Add more complex param/table unit tests and pass them. Still fails on Phrasebook though.
This commit is contained in:
19
testsuite/lpgf/unittests/Params5.gf
Normal file
19
testsuite/lpgf/unittests/Params5.gf
Normal file
@@ -0,0 +1,19 @@
|
||||
abstract Params5 = {
|
||||
cat
|
||||
P_ ;
|
||||
Q_ ;
|
||||
R_ ;
|
||||
S ;
|
||||
|
||||
fun
|
||||
p1 : P_ ;
|
||||
pq : Q_ -> P_ ;
|
||||
q1 : Q_ ;
|
||||
qr : R_ -> Q_ ;
|
||||
r1 : R_ ;
|
||||
r2 : R_ ;
|
||||
|
||||
showP : P_ -> S ;
|
||||
showPQ : P_ -> Q_ -> S ;
|
||||
showQP : Q_ -> P_ -> S ;
|
||||
}
|
||||
Reference in New Issue
Block a user