Cobol_preproc.Inputval string : filename:string -> string -> tval channel : filename:string -> Stdlib.in_channel -> tval from :
filename:string ->
f:(t -> 'a) ->
platform:Cobol_common.Platform.TYPES.platform ->
'afrom ~filename ~f feeds f with the contents of a file named filename; uses stdin if filename = "".