Files
gf-core/examples/attempto/Symbols.gf

9 lines
72 B
Plaintext

abstract Symbols = {
cat Var ;
fun X_Var : Var ;
fun Y_Var : Var ;
}