package shcaml

  1. Overview
  2. Docs
val adaptor : ?quiet:bool -> ?comment:string -> ?delim:char -> adaptor
val fitting : ?quiet:bool -> ?comment:string -> ?delim:char -> fitting_adaptor
val reader : ?comment:string -> Reader.t
val splitter : ?quiet:bool -> ?delim:char -> splitter
module type SPEC = sig ... end
module type S = sig ... end
module Make (Spec : SPEC) : S