mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 01:22:51 -06:00
11 lines
243 B
Plaintext
11 lines
243 B
Plaintext
--# -path=.:present
|
|
|
|
concrete DisambPhrasebookEng of Phrasebook = PhrasebookEng - [Polite,Familiar] **
|
|
open
|
|
(R = Roles) in {
|
|
lin
|
|
Polite = {s = "(polite)" ; p = R.PPolite} ;
|
|
Familiar = {s = "(familiar)" ; p = R.PFamiliar} ;
|
|
|
|
}
|