Files
gf-core/book/examples/chapter2/Strings.gf
2010-11-22 12:55:37 +00:00

8 lines
78 B
Plaintext

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