mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-14 15:29:31 -06:00
17 lines
371 B
Plaintext
17 lines
371 B
Plaintext
--# -path=.:multimodal:alltenses:prelude
|
|
|
|
concrete AgendaFre of Agenda =
|
|
DialogueFre, WeekdayFre ** open MultiFre, ParadigmsFre, IrregFre in {
|
|
|
|
lin
|
|
Day = UseN (regN "jour") ;
|
|
Meeting = UseN (regN "réunion") ;
|
|
Add = dirdirV3 (regV "ajouter") ;
|
|
Remove = dirV2 (regV "ôter") ;
|
|
Interrupt = interrompre_V2 ;
|
|
|
|
day = UsePN ;
|
|
|
|
}
|
|
|