package dolmen_type

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

String helper

val to_list : string -> char list

Explode the string into a list of characters.

val is_suffix : suffix:string -> string -> bool

Check whether a string is a suffix of another.