File: t_eq.ml

package info (click to toggle)
ocaml-containers 3.15%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,412 kB
  • sloc: ml: 33,221; sh: 122; makefile: 32
file content (9 lines) | stat: -rw-r--r-- 211 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
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))