1
0
forked from GitHub/gf-rgl

(Por) fix import name

This commit is contained in:
odanoburu
2019-01-10 15:06:55 -02:00
parent cbf67ab528
commit 40a6b516d9

View File

@@ -1,7 +1,7 @@
-- the Extra* modules are to be deprecated in favour of the Extend* -- the Extra* modules are to be deprecated in favour of the Extend*
-- module. -- module.
concrete ExtraPor of ExtraPorAbs = ExtraRomancePor ** concrete ExtraPor of ExtraPorAbs = ExtraRomancePor **
open CommonRomance, PhonoPor, MorphoPor, ParadigmsPor, ParamX, ResPor, BeschPor, (B = IrregBeschPor), (E = ExtendPor), open CommonRomance, PhonoPor, MorphoPor, ParadigmsPor, ParamX, ResPor, BeschPor, (B = IrregPor), (E = ExtendPor),
Prelude in { Prelude in {
flags coding=utf8 ; flags coding=utf8 ;