mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-13 23:09:31 -06:00
7 lines
71 B
Plaintext
7 lines
71 B
Plaintext
resource param_table = {
|
|
|
|
param Q = Q1 | Q2 ;
|
|
param P = P1 | P2 Q ;
|
|
|
|
}
|