packages feed

aihc-cpp-1.0.0.2: test/Test/Fixtures/progress/macro-multiline-string-comma.hs

#define DEBUG_TRACE(s) {- nothing -}

happyDoAction i tk st =
  DEBUG_TRACE("state: " ++ show st ++
              ", token: " ++ show i ++
              ", action: ")
  case action of
    Done -> done