mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
test: fix a test that wouldn't pass on 4.03
This commit is contained in:
parent
4122ffa6ab
commit
644e3487a3
1 changed files with 1 additions and 1 deletions
|
|
@ -398,7 +398,7 @@ let of_seq seq = add_seq_front seq empty
|
||||||
|
|
||||||
(*$Q
|
(*$Q
|
||||||
(Q.list Q.int) (fun l -> \
|
(Q.list Q.int) (fun l -> \
|
||||||
of_list l |> to_seq |> List.of_seq = l)
|
of_list l |> to_seq |> CCList.of_seq = l)
|
||||||
*)
|
*)
|
||||||
|
|
||||||
let _map_digit : type l. ('a -> 'b) -> ('a, l) digit -> ('b, l) digit = fun f d -> match d with
|
let _map_digit : type l. ('a -> 'b) -> ('a, l) digit -> ('b, l) digit = fun f d -> match d with
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue