mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
15 lines
184 B
Plaintext
15 lines
184 B
Plaintext
--# -path=.:present
|
|
|
|
concrete PhrasebookGer of Phrasebook =
|
|
open
|
|
SyntaxGer,
|
|
LexiconGer in {
|
|
|
|
lincat
|
|
VerbPhrase = VP ;
|
|
|
|
lin
|
|
VRead = mkVP <lin V read_V2 : V> ;
|
|
|
|
}
|