in_expect_test.ml
dune._caml
dune._dune_lang
dune._ocaml_config
dune._result
dune._stdune
dune._wp
dune.configurator
wp_dune
wp_jbuilder
1 2 3 4 5 6 7 8 let formatter = ref None let printf fmt = match !formatter with | None -> failwith "Not running an expect test" | Some formatter -> Format.fprintf formatter fmt
1 2 3 4 5 6 7 8
let formatter = ref None let printf fmt = match !formatter with | None -> failwith "Not running an expect test" | Some formatter -> Format.fprintf formatter fmt