Skip to content

Commit

Permalink
s/Ppx_ast/Ppxlib_ast/
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremie Dimino committed Mar 22, 2018
1 parent 3c8fd46 commit 01bf0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/driver.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ let set_cookie s =
};
let expr = Parse.expression lexbuf in
Migrate_parsetree.Driver.set_global_cookie name
(module Ppx_ast.Selected_ast) expr
(module Ppxlib_ast.Selected_ast) expr

let as_pp () =
set_output_mode Dump_ast;
Expand Down

0 comments on commit 01bf0ff

Please sign in to comment.