1
0
forked from GitHub/gf-rgl
Files
gf-rgl/src/estonian/AllEst.gf
Inari Listenmaa 31c31b3e69 (Est) Automatic whitespace removal
in its own commit,rather than have whitespace changes in content commits
2022-04-13 10:42:34 +08:00

10 lines
373 B
Plaintext

--# -path=.:../abstract:../common:../prelude:../api
concrete AllEst of AllEstAbs =
LangEst, -- - [SlashV2VNP,SlashVV, TFut], ---- to speed up linking; to remove spurious parses
ExtendEst -- - [ProDrop, ProDropPoss, S_OSV, S_VSO, S_ASV] -- to exclude spurious parses
**
open ExtraEst --- to force compilation since this module is used in many places
in
{} ;