package rosa

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

Rosa is a string library for OCaml

module Case : sig ... end

Case related operations

module Pattern : sig ... end

Pattern related operations

module Constants : sig ... end

String constants

val is_empty : string -> bool
val is_int : string -> bool
val is_float : string -> bool
val make : len:int -> char:char -> string