package cconv

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
exception ConversionFailure of string
val report_error : ('a, Buffer.t, unit, 'b) Pervasives.format4 -> 'a
module UniversalSink : sig ... end
module Source : sig ... end
module Sink : sig ... end
module UniversalSource : sig ... end
val into : 'a Source.t -> 'b UniversalSink.t -> 'a -> 'b
val from : 'a UniversalSource.t -> 'b Sink.t -> 'a -> 'b
OCaml

Innovation. Community. Security.