mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
fix
This commit is contained in:
parent
d587e8aaf4
commit
871fe7cfb7
1 changed files with 1 additions and 1 deletions
|
|
@ -105,5 +105,5 @@ let to_gen l =
|
||||||
| lazy (Cons (x,tl)) -> l := tl; Some x
|
| lazy (Cons (x,tl)) -> l := tl; Some x
|
||||||
|
|
||||||
(*$Q
|
(*$Q
|
||||||
Q.(list int) (fun l -> l = (of_list l |> to_gen |> Gen.to_list)))
|
Q.(list int) (fun l -> l = (of_list l |> to_gen |> Gen.to_list))
|
||||||
*)
|
*)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue