1
0
forked from GitHub/gf-core
Files
gf-core/gf-book/examples/chapter2/Strings.gf
2011-01-11 15:46:43 +00:00

8 lines
78 B
Plaintext

abstract Strings = Letters ** {
cat S ;
fun
E : S ;
C : L -> S -> S ;
}