Module Cpp_parsing.CommonSource
module Xoption = Diffast_misc.XoptionSourceval _mes : string -> ('a, unit, string, unit) format4 -> 'a Sourceval list_to_string : ('a -> string) -> string -> 'a list -> string Sourceval opt_to_string :
('a -> string) ->
?prefix:string ->
?suffix:string ->
'a option ->
string Sourceval string_opt_to_string :
?prefix:string ->
?suffix:string ->
string option ->
string Sourceval int_opt_to_string :
?prefix:string ->
?suffix:string ->
int option ->
string Sourceval opt_to_list : 'a option -> 'a list Sourceval list_opt_to_list : 'a list option -> 'a list Sourceval opt_to_bool : 'a option -> bool Sourceval relpath_unix : string -> string Sourceval relpath : string -> string