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