mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
8 lines
209 B
OCaml
8 lines
209 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) ->
|
|
CCEqual.(list (pair int bool)) l1 l2 = (l1=l2));;
|