mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-18 17:29:32 -06:00
12 lines
224 B
Plaintext
12 lines
224 B
Plaintext
--# -path=.:prelude
|
|
|
|
concrete LexiconTur of Lexicon = CatTur **
|
|
open ResTur, ParadigmsTur, Prelude in {
|
|
|
|
lin
|
|
come_V = regV "gelmek" ;
|
|
go_V = regV "gitmek" ;
|
|
run_V = regV "koşmek" ;
|
|
stop_V = regV "durmak" ;
|
|
} ;
|