forked from GitHub/gf-core
swadesh migrated
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
--# -path=.:compiled:resource-1.0/swadesh
|
--# -path=.:compiled:prelude:resource-1.0/swadesh
|
||||||
|
|
||||||
concrete StoneageEng of Stoneage = StoneageI with
|
concrete StoneageEng of Stoneage = StoneageI with
|
||||||
(Lang = LangEng),
|
(Lang = LangEng),
|
||||||
|
|||||||
6
examples/stoneage1/StoneageFin.gf
Normal file
6
examples/stoneage1/StoneageFin.gf
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
--# -path=.:compiled:resource-1.0/swadesh
|
||||||
|
|
||||||
|
concrete StoneageFin of Stoneage = StoneageI with
|
||||||
|
(Lang = LangFin),
|
||||||
|
(Swadesh = SwadeshFin) ;
|
||||||
|
|
||||||
6
examples/stoneage1/StoneageFre.gf
Normal file
6
examples/stoneage1/StoneageFre.gf
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
--# -path=.:compiled:prelude:resource-1.0/swadesh
|
||||||
|
|
||||||
|
concrete StoneageFre of Stoneage = StoneageI with
|
||||||
|
(Lang = LangFre),
|
||||||
|
(Swadesh = SwadeshFre) ;
|
||||||
|
|
||||||
6
examples/stoneage1/StoneageIta.gf
Normal file
6
examples/stoneage1/StoneageIta.gf
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
--# -path=.:compiled:prelude:resource-1.0/swadesh
|
||||||
|
|
||||||
|
concrete StoneageIta of Stoneage = StoneageI with
|
||||||
|
(Lang = LangIta),
|
||||||
|
(Swadesh = SwadeshIta) ;
|
||||||
|
|
||||||
6
examples/stoneage1/StoneageNor.gf
Normal file
6
examples/stoneage1/StoneageNor.gf
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
--# -path=.:compiled:prelude:resource-1.0/swadesh
|
||||||
|
|
||||||
|
concrete StoneageNor of Stoneage = StoneageI with
|
||||||
|
(Lang = LangNor),
|
||||||
|
(Swadesh = SwadeshNor) ;
|
||||||
|
|
||||||
6
examples/stoneage1/StoneageSpa.gf
Normal file
6
examples/stoneage1/StoneageSpa.gf
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
--# -path=.:compiled:prelude:resource-1.0/swadesh
|
||||||
|
|
||||||
|
concrete StoneageSpa of Stoneage = StoneageI with
|
||||||
|
(Lang = LangSpa),
|
||||||
|
(Swadesh = SwadeshSpa) ;
|
||||||
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
--# -path=.:compiled:resource-1.0/swadesh
|
--# -path=.:compiled:prelude:resource-1.0/swadesh
|
||||||
|
|
||||||
concrete StoneageSwe of Stoneage = StoneageI with
|
concrete StoneageSwe of Stoneage = StoneageI with
|
||||||
(Lang = LangSwe),
|
(Lang = LangSwe),
|
||||||
|
|||||||
Reference in New Issue
Block a user