mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
26 lines
468 B
Plaintext
26 lines
468 B
Plaintext
--# -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"];
|
|
}
|