mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 08:58:55 -06:00
added ExtendIna
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
--# -path=.:../abstract:../common:../prelude
|
||||
|
||||
concrete AllIna of AllInaAbs = LangIna ;
|
||||
concrete AllIna of AllInaAbs = LangIna, ExtendIna ;
|
||||
|
||||
9
src/interlingua/ExtendIna.gf
Normal file
9
src/interlingua/ExtendIna.gf
Normal file
@@ -0,0 +1,9 @@
|
||||
--# -path=.:../abstract:../common:prelude
|
||||
concrete ExtendIna of Extend = CatIna **
|
||||
ExtendFunctor
|
||||
with (Grammar = GrammarIna)
|
||||
** {
|
||||
|
||||
flags coding=utf8 ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user