mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-20 18:29:33 -06:00
9 lines
114 B
Plaintext
9 lines
114 B
Plaintext
concrete SymbolsC of Symbols = open Prelude in {
|
|
|
|
lincat Var = SS ;
|
|
|
|
lin X_Var = ss "X" ;
|
|
lin Y_Var = ss "Y" ;
|
|
|
|
}
|