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

6 lines
119 B
Plaintext

concrete StringsBW of Strings = LettersCnc ** {
lincat S = Str ;
lin E = [] ;
lin C head tail = tail ++ head ;
}