mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 18:52:50 -06:00
The Documentation module is excluded from present mode in abstract/Lang.gf, so it needs to be excluded in the corresponding concrete syntaxes too to avoid problems.
9 lines
158 B
Plaintext
9 lines
158 B
Plaintext
--# -path=.:../abstract:../common:../prelude
|
|
|
|
concrete LangDut of Lang =
|
|
GrammarDut,
|
|
LexiconDut
|
|
,DocumentationDut --# notpresent
|
|
,ConstructionDut
|
|
;
|