mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 19:25:28 -05:00
test: consistency CCList{,Labels}
This commit is contained in:
parent
960e704bb1
commit
fac9f18031
1 changed files with 14 additions and 0 deletions
|
|
@ -2,3 +2,17 @@
|
||||||
(* This file is free software, part of containers. See file "license" for more details. *)
|
(* This file is free software, part of containers. See file "license" for more details. *)
|
||||||
|
|
||||||
include CCList
|
include CCList
|
||||||
|
|
||||||
|
(*$inject
|
||||||
|
module type L = module type of CCList
|
||||||
|
module type LL = module type of CCListLabels
|
||||||
|
*)
|
||||||
|
|
||||||
|
(*$R
|
||||||
|
ignore (module CCListLabels : L)
|
||||||
|
*)
|
||||||
|
|
||||||
|
(*$R
|
||||||
|
ignore (module CCList : LL)
|
||||||
|
*)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue