summaryrefslogtreecommitdiff
path: root/gf-book/examples/chapter2/StringsBW.gf
blob: 8e558d95302b8ddd338ce7bbfc928cf4292ff489 (plain)
1
2
3
4
5
concrete StringsBW of Strings = LettersCnc ** {
  lincat S = Str ;
  lin E = [] ;
  lin C head tail = tail ++ head ;
}