Module Reason_syntax_utilSource
Sourceval ml_to_reason_swap : string -> string Sourceval escape_string : string -> string Sourceval reason_to_ml_swap : string -> string Sourceval pick_while : ('a -> bool) -> 'a list -> 'a list * 'a list Sourceval split_by : ?keep_empty:bool -> (char -> bool) -> string -> string list Sourceval processLineEndingsAndStarts : string -> string Sourceval is_letop : string -> bool Sourceval is_andop : string -> bool Sourceval compress_letop_identifier : string -> string Sourceval expand_letop_identifier : string -> string Sourceval escape_stars_slashes : string -> string Sourceval attribute_exists : string -> Ppxlib.Parsetree.attributes -> bool Sourceval attributes_conflicted :
string ->
string ->
Ppxlib.Parsetree.attributes ->
bool Sourceval normalized_attributes :
string ->
Ppxlib.Parsetree.attributes ->
Ppxlib.Parsetree.attributes Sourceval map_first : ('a -> 'a) -> 'a list -> 'a list Sourceval map_last : ('a -> 'a) -> 'a list -> 'a list Sourceval explode_str : string -> char list