Module Input.WithPP
Functor for building buffers with a preprocessor.
Parameters
Signature
val from_fun : ('a -> unit) -> string -> ('a -> string) -> 'a -> bufferSame as
Input.from_funbut uses the preprocessor.
val from_channel : ?filename:string -> Stdlib.in_channel -> bufferSame as
Input.from_channelbut uses the preprocessor.
val from_file : string -> bufferSame as
Input.from_filebut uses the preprocessor.
val from_string : ?filename:string -> string -> bufferSame as
Input.from_stringbut uses the preprocessor.