mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-19 01:39:32 -06:00
12 lines
297 B
Plaintext
12 lines
297 B
Plaintext
--# -path=.:..:present:prelude
|
|
|
|
concrete PeacePhrases_Swe of PeacePhrases =
|
|
PeaceCat_Swe ** open CommonScand, PeaceRes in {
|
|
|
|
lin
|
|
Hello = stop "hej" ;
|
|
GoodMorning = stop ["god morgon"] ;
|
|
GoodEvening = stop ["god kväll"] ;
|
|
WhatIsNamePron p = stop (["vad heter"] ++ p.s!NPNom) ;
|
|
|
|
} |