mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-18 17:29:32 -06:00
9 lines
269 B
Plaintext
9 lines
269 B
Plaintext
--# -path=.:../abstract:../../prelude
|
|
|
|
concrete MultimodalEng of Multimodal =
|
|
RulesEng, StructuralEng, BasicEng, TimeEng, DemonstrativeEng ** MultimodalI with
|
|
(Resource = ResourceEng),
|
|
(Basic = BasicEng),
|
|
(Lang = LangEng),
|
|
(DemRes = DemResEng) ;
|