package safemoney

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

Separator Configuration

type t = private string * string option

Types

val make_exn : (char * char option) -> t

Construction

e.g. make_exn (',', Some '.')

val fst : t -> string

Get first separator

val snd : t -> string option

Get second optional separator

OCaml

Innovation. Community. Security.