forked from GitHub/gf-core
8 lines
78 B
Plaintext
8 lines
78 B
Plaintext
abstract Strings = Letters ** {
|
|
|
|
cat S ;
|
|
fun
|
|
E : S ;
|
|
C : L -> S -> S ;
|
|
}
|