packages feed

gf-3.10: gf-book/examples/chapter2/Copy.gf

concrete Copy of CopyAbs = {
  lincat S, AB = Str ;
  lin s x = x ++ x ;
      end = [] ;
      a x = "a" ++ x ;
      b x = "b" ++ x ;
}