binable.ml
core
core.base_for_tests
core.command
core.filename_base
core.heap_block
core.top
core.univ_map
core.validate
1 2 3 4 5 6 7 open! Import include Binable_intf include Binable0 (* [of_string] and [to_string] can't go in binable0.ml due to a cyclic dependency. *) let of_string m string = of_bigstring m (Bigstring.of_string string) let to_string m t = Bigstring.to_string (to_bigstring m t)
1 2 3 4 5 6 7
open! Import include Binable_intf include Binable0 (* [of_string] and [to_string] can't go in binable0.ml due to a cyclic dependency. *) let of_string m string = of_bigstring m (Bigstring.of_string string) let to_string m t = Bigstring.to_string (to_bigstring m t)