mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
9 lines
126 B
Plaintext
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 ;
|
|
|
|
}
|