Skip to content

Commit

Permalink
add sprint to pprintast
Browse files Browse the repository at this point in the history
Signed-off-by: pedrobslisboa <[email protected]>
  • Loading branch information
pedrobslisboa committed Sep 24, 2024
1 parent 4261317 commit 99c978c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/ppxlib.ml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,14 @@ module Ast_helper = Ppxlib_ast.Ast_helper
module Asttypes = Ppxlib_ast.Asttypes
module Parse = Ppxlib_ast.Parse
module Parsetree = Ppxlib_ast.Parsetree
module Pprintast = Ppxlib_ast.Pprintast

module Pprintast = struct
include Ppxlib_ast.Pprintast
module Kind = Pp_ast.Kind

let sprint = Pp_ast.sprint
end

module Selected_ast = Ppxlib_ast.Selected_ast
module Location = Location
module Longident = Longident
Expand Down

0 comments on commit 99c978c

Please sign in to comment.