mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
10 lines
113 B
Plaintext
10 lines
113 B
Plaintext
abstract Phrasebook = {
|
|
|
|
cat PlaceKind ;
|
|
fun Airport : PlaceKind ;
|
|
|
|
cat VerbPhrase ;
|
|
fun VRead : VerbPhrase ;
|
|
|
|
}
|