forked from GitHub/gf-core
godis tram grammars, augmented with Fin
This commit is contained in:
25
examples/godis-tram/Tram/LinesSem.gf
Normal file
25
examples/godis-tram/Tram/LinesSem.gf
Normal file
@@ -0,0 +1,25 @@
|
||||
--# -path=.:../Common
|
||||
|
||||
concrete LinesSem of Lines = open Prolog in {
|
||||
|
||||
lincat Line = PStr;
|
||||
|
||||
lin
|
||||
Tram1 = pp0 ["tram_1"];
|
||||
Tram2 = pp0 ["tram_2"];
|
||||
Tram3 = pp0 ["tram_3"];
|
||||
Tram4 = pp0 ["tram_4"];
|
||||
Tram5 = pp0 ["tram_5"];
|
||||
Tram6 = pp0 ["tram_6"];
|
||||
Tram7 = pp0 ["tram_7"];
|
||||
Tram8 = pp0 ["tram_8"];
|
||||
Tram9 = pp0 ["tram_9"];
|
||||
|
||||
Bus34 = pp0 ["bus_34"];
|
||||
Bus40 = pp0 ["bus_40"];
|
||||
Bus51 = pp0 ["bus_51"];
|
||||
Bus60 = pp0 ["bus_60"];
|
||||
Bus62 = pp0 ["bus_62"];
|
||||
|
||||
Alvsnabben = pp0 ["alvsnabben"];
|
||||
}
|
||||
Reference in New Issue
Block a user