package hardcaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

module B : Comb.S

Signature

type t = B.t
type i = < bits : t ref ; c : string -> unit ; d : string -> unit ; hs : string -> unit ; hu : string -> unit ; i : int -> unit ; i32 : int32 -> unit ; i64 : int64 -> unit ; ibl : int list -> unit >
val input : t ref -> i
type o = < bits : t ; i : int ; i32 : int32 ; i64 : int64 ; s : int ; s32 : int32 ; s64 : int64 ; str : string >
val output : t ref -> o