mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 13:09:33 -06:00
16 lines
374 B
Plaintext
16 lines
374 B
Plaintext
--# -path=.:present
|
|
|
|
concrete AnimalsFre of Animals = QuestionsFre **
|
|
open SyntaxFre, ParadigmsFre, IrregFre in {
|
|
|
|
lin
|
|
Dog = mkN "chien" ;
|
|
Cat = mkN "chat" ;
|
|
Mouse = mkN "souris" feminine ;
|
|
Lion = mkN "lion" masculine ;
|
|
Zebra = mkN "zèbre" masculine ;
|
|
Chase = mkV2 (mkV "chasser") ;
|
|
Eat = mkV2 (mkV "manger") ;
|
|
See = voir_V2 ;
|
|
}
|