Skip to content
Snippets Groups Projects
Commit 88df55b3 authored by Pierre Loic Garoche's avatar Pierre Loic Garoche
Browse files

Merge branch 'merge' into unstable

parents 681f591b f9d0c175
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ let print_dep fmt prog =
let basename = (Options_management.name_dependency (local, s)) ^ ".smt2" in
Log.report ~level:1 (fun fmt -> Format.fprintf fmt "@[<v 0> Horn Library %s@," basename);
let horn = load_file basename in
fprintf fmt "@.%s@." horn;
fprintf fmt "@.%s@." (Bytes.to_string horn);
)
dependencies
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment