package GuaCaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module BChar : sig ... end
module BArray : sig ... end
type barray = BArray.t
module BNat = BArray.Nat
module OfB : sig ... end
module ToB : sig ... end
module IoB : sig ... end
module OfBStream : sig ... end
type !'a br = 'a OfBStream.t
module ToBStream : sig ... end
type !'a bw = 'a ToBStream.t
val barray_of_br : 'a br -> BArray.t -> 'a
val barray_of_bw : 'a bw -> 'a -> BArray.t
type !'t b3 = 't bw * 't br
val barray_of_b3 : 'a b3 -> ('a, BArray.t) O3.o3
type !'a tob = 'a ToB.t
type !'a ofb = 'a OfB.t
type !'a iob = 'a IoB.t
val bw_of_tob : 'a tob -> 'a bw
val br_of_ofb : 'a ofb -> 'a br
val b3_of_iob : 'a iob -> 'a b3