mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
12 lines
333 B
Plaintext
12 lines
333 B
Plaintext
--# -path=.:..:present:prelude
|
|
|
|
concrete PeacePhrases_Eng of PeacePhrases =
|
|
PeaceCat_Eng ** open ResEng in {
|
|
|
|
lin
|
|
Hello = { s = "hello" ++ "." } ;
|
|
GoodMorning = { s = ["good morning"] ++ "." } ;
|
|
GoodEvening = { s = ["good evening"] ++ "." } ;
|
|
WhatIsNamePron p = { s = ["what is"] ++ p.s!Gen ++ "name" ++ "?"; };
|
|
|
|
} |