package diffast-langs-cpp-parsing

  1. Overview
  2. Docs

Module Cpp_parsing.CommonSource

module Xoption = Diffast_misc.Xoption
Sourcetype ident = string
Sourcetype name = string
Sourcetype value = string
Sourceval sprintf : ('a, unit, string) format -> 'a
Sourceval printf : ('a, out_channel, unit) format -> 'a
Sourceval _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