ocaml-containers/tests/core/t_eq.ml
2022-07-02 00:29:25 -04:00

8 lines
201 B
OCaml

open CCEqual
module T = (val Containers_testlib.make ~__FILE__ ())
include T;;
q Q.(let p = small_list (pair small_int bool) in pair p p) (fun (l1,l2) ->
(list (pair int bool)) l1 l2 = (l1=l2));;