renamed Godis to Prolog ; added Fin

This commit is contained in:
aarne
2006-05-16 18:48:46 +00:00
parent e074720425
commit 800f6ee7e2
8 changed files with 36 additions and 7 deletions

View File

@@ -0,0 +1,15 @@
--# -path=.:present:prelude
concrete AgendaFin of Agenda =
DialogueFin, WeekdayFin ** open LangFin, ParadigmsFin in {
lin
Day = UseN (regN "päivä") ;
Meeting = UseN (regN "kokous") ;
Add = dirV3 (regV "lisätä") translative ;
Remove = dirV2 (regV "poistaa") ;
Interrupt = regV "keskeyttää" ;
day = UsePN ;
}