Skip to content

Commit

Permalink
🚚 Rename typedprog -> typed_tree
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeta611 committed Jun 7, 2024
1 parent 19d2cf8 commit 4755c2c
Show file tree
Hide file tree
Showing 3 changed files with 887 additions and 1,042 deletions.
2 changes: 1 addition & 1 deletion bin/main.ml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ let command : Command.t =
and pp_opt = flag "-pp" no_arg ~doc:" Pretty print the program"
and graph_opt = flag "-graph" no_arg ~doc:" Print the compiled graph" in
fun () ->
let open Typedprog in
let open Typed_tree in
if pp_opt then (
printf "Pretty-print: %s\n" filename;
print_s [%sexp (get_program filename : Program.program)]);
Expand Down
Loading

0 comments on commit 4755c2c

Please sign in to comment.