package GuaCaml

  1. Overview
  2. Docs
val rle : 'a BTools.OfB.t -> (int * 'a) list BTools.OfB.t
val sized_abt_countAB : int -> (int -> 'a RLE.rle BTools.OfB.t) -> (int -> 'b RLE.rle BTools.OfB.t) -> BTools.OfB.stream -> (('a, 'b) abt * (int * int)) * BTools.OfB.stream
val sized_abt : int -> (int -> 'a RLE.rle BTools.OfB.t) -> (int -> 'b RLE.rle BTools.OfB.t) -> BTools.OfB.stream -> ('a, 'b) abt * BTools.OfB.stream
val sized_abt_countA : int -> (int -> 'a RLE.rle BTools.OfB.t) -> (int -> 'b RLE.rle BTools.OfB.t) -> BTools.OfB.stream -> (('a, 'b) abt * int) * BTools.OfB.stream
val sized_abt_countB : int -> (int -> 'a RLE.rle BTools.OfB.t) -> (int -> 'b RLE.rle BTools.OfB.t) -> BTools.OfB.stream -> (('a, 'b) abt * int) * BTools.OfB.stream
val sized_abt_unitA_countAB : int -> (int -> 'b RLE.rle BTools.OfB.t) -> BTools.OfB.stream -> ((unit, 'b) abt * (int * int)) * BTools.OfB.stream
val sized_abt_unitA : int -> (int -> 'a RLE.rle BTools.OfB.t) -> BTools.OfB.stream -> (unit, 'a) abt * BTools.OfB.stream
val sized_abt_unitA_countA : int -> (int -> 'a RLE.rle BTools.OfB.t) -> BTools.OfB.stream -> ((unit, 'a) abt * int) * BTools.OfB.stream
val sized_abt_unitA_countB : int -> (int -> 'a RLE.rle BTools.OfB.t) -> BTools.OfB.stream -> ((unit, 'a) abt * int) * BTools.OfB.stream
val sized_abt_unitAB_countAB : int -> BTools.OfB.stream -> ((unit, unit) abt * (int * int)) * BTools.OfB.stream
val sized_abt_unitAB : int -> BTools.OfB.stream -> (unit, unit) abt * BTools.OfB.stream
val sized_abt_unitAB_countA : int -> BTools.OfB.stream -> ((unit, unit) abt * int) * BTools.OfB.stream
val sized_abt_unitAB_countB : int -> BTools.OfB.stream -> ((unit, unit) abt * int) * BTools.OfB.stream
val abt : (int -> 'a RLE.rle BTools.OfB.t) -> (int -> 'b RLE.rle BTools.OfB.t) -> BTools.OfB.stream -> ('a, 'b) abt * BTools.OfB.stream