1
0
forked from GitHub/gf-core

completed Multimodal and Tram with new languages

This commit is contained in:
aarne
2006-02-23 09:16:11 +00:00
parent bac9c25a3b
commit bc869124ca
10 changed files with 97 additions and 3 deletions

5
examples/tram/TramIta.gf Normal file
View File

@@ -0,0 +1,5 @@
--# -path=.:compiled:prelude
concrete TramIta of Tram = TramI with
(Multimodal = MultimodalIta),
(Symbol = SymbolIta) ;