let pretty_raw_stmt s = let s = Pretty_utils.sfprintf "%a" !Ast_printer.d_stmt s in if String.length s >= 50 then (String.sub s 0 49) ^ "..." else s