mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-08-24 21:26:23 -06:00
16 lines
346 B
Plaintext
16 lines
346 B
Plaintext
--# -path=alltenses:../common:../abstract
|
|
|
|
concrete ExtendDut of Extend =
|
|
CatDut ** ExtendFunctor
|
|
-- - [] -- put the names of your own definitions here
|
|
with
|
|
(Grammar = GrammarDut) **
|
|
open
|
|
GrammarDut,
|
|
ResDut,
|
|
Coordination,
|
|
Prelude,
|
|
ParadigmsDut in {
|
|
-- put your own definitions here
|
|
|
|
} |