mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-20 18:29:33 -06:00
12 lines
305 B
Plaintext
12 lines
305 B
Plaintext
--# -path=.:..:present:prelude
|
|
|
|
concrete PeacePhrases_Eng of PeacePhrases =
|
|
PeaceCat_Eng ** open ResEng, PeaceRes in {
|
|
|
|
lin
|
|
Hello = stop "hello" ;
|
|
GoodMorning = stop ["good morning"];
|
|
GoodEvening = stop ["good evening"] ;
|
|
WhatIsNamePron p = quest (["what is"] ++ p.s!Gen ++ "name") ;
|
|
|
|
} |