package dolmen_type

  1. Overview
  2. Docs

Module Misc.StringsSource

String helper

Sourceval to_list : string -> char list

Explode the string into a list of characters.

Sourceval is_suffix : suffix:string -> string -> bool

Check whether a string is a suffix of another.