mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
10 lines
236 B
OCaml
10 lines
236 B
OCaml
open CCChar
|
|
module T = (val Containers_testlib.make ~__FILE__ ())
|
|
include T;;
|
|
|
|
eq (Some 'a') (of_int (to_int 'a'));;
|
|
eq None (of_int 257);;
|
|
|
|
q
|
|
(Q.string_of_size (Q.Gen.return 1))
|
|
(fun s -> CCShims_.Stdlib.( = ) (to_string s.[0]) s)
|