mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-30 23:02:50 -06:00
12 lines
299 B
Plaintext
12 lines
299 B
Plaintext
--# -path=.:../abstract:../common:../prelude
|
|
|
|
-- This resource morphology contains definitions needed in the resource
|
|
-- syntax. To build a lexicon, it is better to use $ParadigmsLav$, which
|
|
-- gives a higher-level access to this module.
|
|
|
|
resource MorphoLav = ResLav ** {
|
|
|
|
flags optimize = all ;
|
|
|
|
}
|