Cobol_preproc.Src_formattype 'k source_format = 'k indicator_position * 'k pagingand _ indicator_position = | NoIndic : free indicator_position| FixedIndic : fixed indicator_position| XOpenIndic : fixed indicator_position| CRTIndic : fixed indicator_position| TrmIndic : fixed indicator_position| CBLXIndic : fixed indicator_positionval equal : 'k source_format -> 'r source_format -> boolval from_config : Cobol_config.source_format -> anyval decypher : dialect:Cobol_config.dialect -> string -> anyMay raise INVALID_SOURCE_FORMAT.
val guess_from : contents_prefix:string -> anyval comment_entry_termination : _ source_format -> comment_entry_terminationval first_area_b_column : _ source_format -> int option