Module Decompress_impl.QSource
Sourcetype 'a digit = | Zero| One of 'a| Two of 'a * 'a| Three of 'a * 'a * 'a
Sourceval _double : 'a -> 'a -> 'a t Sourceval _three : 'a -> 'a -> 'a -> 'a t Sourceval take_front_exn : 'a. 'a t -> 'a * 'a t Sourceval take_front : 'a t -> ('a * 'a t) option Sourceval add_seq_front : (('a -> unit) -> 'b) -> 'a t -> 'a t Sourceval of_seq : (('a -> unit) -> 'b) -> 'a t