package metapp

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file test_framework.ml

1
2
3
let assert_eq eq print a b =
  if not (eq a b) then
    failwith (Format.asprintf "Assertion failure: %a != %a.@." print a print b)
OCaml

Innovation. Community. Security.