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

9 lines
126 B
Plaintext

abstract Letters = {
cat L ;
fun
a, b, c, d, e, f, g, h, i, j, k, l, m,
n, o, p, q, r, s, t, u, v, w, x, y, z : L ;
}