DEBSOURCES
Skip Quicknav
sources / ppx-expect / 0.17.3-1 / test / example / functor.ml
123456789
module M () = struct let%expect_test _ = print_string "hello world"; [%expect {| hello world |}] ;; end module A = M () module B = M ()