Sourceval open_foreign_token_no_location : string ref Sourceval target_language_location_handler : (?filename:string -> int -> string) ref Sourceval cpp_location_handler : ?filename:string -> int -> string Sourceval target_language_location_handlers :
(string * (?filename:string -> int -> string)) list Sourceval list_target : unit -> 'a Sourceval set_target_language_location_handler : string -> unit Sourcetype foreign_block_description = {name : string;command : string;suffix : string;print : string -> string;char_escape : char -> string;string_escape : string -> string;force_line_number : ?filename:string -> int -> string;
} Sourceval bash_string_escape : string -> string Sourceval php_string_escape : string -> string Sourceval perl_string_escape : string -> string Sourceval set_foreign : string -> unit Sourceval list_foreign : unit -> 'a