forked from GitHub/gf-core
6 lines
119 B
Plaintext
6 lines
119 B
Plaintext
concrete StringsFW of Strings = LettersCnc ** {
|
|
lincat S = Str ;
|
|
lin E = [] ;
|
|
lin C head tail = head ++ tail ;
|
|
}
|