mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-14 07:19:31 -06:00
8 lines
112 B
Plaintext
8 lines
112 B
Plaintext
abstract ExtraLexicon = Cat ** {
|
|
fun
|
|
time_N : N ;
|
|
square_A : A ;
|
|
value_N : N ;
|
|
element_N : N ;
|
|
}
|